Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

true power of MS excel. update: PowerBI

Re: MS excel reportings, presentations, and vba helping thre

Kaya kasi nila malaman na protected kung hide/protect lang, kaya gusto ko sana sa vba gawin then hide ko din sa vba yung code para mas secure

same method din kasi gagawin ng vba?eh diba lalagyan mo naman ng password pagprotect mo? or kaya nila ibreak yun?
 
Re: MS excel reportings, presentations, and vba helping thre

hello pa help nmn pano ko gawin to, gusto ko sana dun sa enter pag cinlick ko yun tas mag eenter ako ng number automatic nag aadd sya sa A1 ung pumapatong yung nilalagay ko dun sa B1 thanks :) :excited::yipee:
 

Attachments

  • Untitled.png
    Untitled.png
    10 KB · Views: 4
Re: MS excel reportings, presentations, and vba helping thre

hello pa help nmn pano ko gawin to, gusto ko sana dun sa enter pag cinlick ko yun tas mag eenter ako ng number automatic nag aadd sya sa A1 ung pumapatong yung nilalagay ko dun sa B1 thanks :) :excited::yipee:

=100+b1?

or we need more detailed explanation?
 
Re: MS excel reportings, presentations, and vba helping thre

sir, good day!
ask ko lang tong conditional formatting naka attach po yong file sa baba.

ganito po gusto ko gawin. pag select ng user amount 2,000.00 up to 2500, ililipat nya yong data galing sa sheet1 papunta doon sa sheet2. ganon din po sa 200.00 to 800.00 and so on pag yong ang pinili ng user.

kasi ang nkikita ko mga conditional formatting sa google puro color color lang pag na meet nya yong criteria.


salamat po!.
 

Attachments

  • conditional formating.rar
    6.4 KB · Views: 9
Re: MS excel reportings, presentations, and vba helping thre

sir, good day!
ask ko lang tong conditional formatting naka attach po yong file sa baba.

ganito po gusto ko gawin. pag select ng user amount 2,000.00 up to 2500, ililipat nya yong data galing sa sheet1 papunta doon sa sheet2. ganon din po sa 200.00 to 800.00 and so on pag yong ang pinili ng user.

kasi ang nkikita ko mga conditional formatting sa google puro color color lang pag na meet nya yong criteria.


salamat po!.

kasi di po conditional formatting ang tawag dun. automation to be specific. so need mo ng macro. question. bakit 2000 to 2500 at 200 to 800 lang? pano kung 100? san dapat pupunta? or mga wala sa nabanggit mo?
 
Re: MS excel reportings, presentations, and vba helping thre

Sir Kerby patulong naman po nito kung anong formula ginamit nya refreshable po eh. paki tignan nalang po yung attached ko. thanks
 

Attachments

  • DR TEMPLATE 2015.zip
    432.7 KB · Views: 21
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

Sir Kerby patulong naman po nito kung anong formula ginamit nya refreshable po eh. paki tignan nalang po yung attached ko. thanks

parevised naman ng question mo. nalabuan ako eh. hehehe
 
Re: MS excel reportings, presentations, and vba helping thre

baliktad pala yong na mention ko sir, pasinsya na.

gusto ko sana e copy and filter yong data from sheet1 to sheet2. halimbawa 2500 down to 2000 ma elipat doon sa sheet2.

salamat!
 
Re: MS excel reportings, presentations, and vba helping thre

eto ang thread na hinahanap ko TS! thank you sa mga example makakatulong eto sa work as reports analyst.

Thanks Again!
 
Re: MS excel reportings, presentations, and vba helping thre

Question mga sir.

Meron akong Leave Calendar.
with names sa 1st and second column tas dates.
then kapag magpoplot ka ng Leave , pwede ka maglagay ng "VL, SL, EL, DL"

Ngayon po gusto ko sanang gawin is lagyan ng formula yung reporting tab.
Kung saan, mabibilang yung type of leaves per person, per month.
Sinubukan kong gamitin tong formula na to.

=(COUNTIFS(A5:A17,"Name",D3:Y17,"TYPE of Leave")
Pero error ang narereceive ko.

Ano kaya pwede kong gawin?

thanks.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

pa help po paano po ba yung formula pag mag dedelete ako ng row ? pero yung ma dedelete at maiinsert na new entry is mag-aauto save sa separate sheet ? para di hassle. yung ganito sana po thanks in advance
View attachment 286585
 

Attachments

  • Screenshot003.jpg
    Screenshot003.jpg
    101.2 KB · Views: 19
Re: MS excel reportings, presentations, and vba helping thre

baliktad pala yong na mention ko sir, pasinsya na.

gusto ko sana e copy and filter yong data from sheet1 to sheet2. halimbawa 2500 down to 2000 ma elipat doon sa sheet2.

salamat!

same question and same answer boss. pano kung wala sa nabanggit ang value?

- - - Updated - - -

Question mga sir.

Meron akong Leave Calendar.
with names sa 1st and second column tas dates.
then kapag magpoplot ka ng Leave , pwede ka maglagay ng "VL, SL, EL, DL"

Ngayon po gusto ko sanang gawin is lagyan ng formula yung reporting tab.
Kung saan, mabibilang yung type of leaves per person, per month.
Sinubukan kong gamitin tong formula na to.

=(COUNTIFS(A5:A17,"Name",D3:Y17,"TYPE of Leave")
Pero error ang narereceive ko.

Ano kaya pwede kong gawin?

thanks.

ang question is pano mo nilalagay kung SL VL DL EL. please provide kahit screenshot lang

- - - Updated - - -

pa help po paano po ba yung formula pag mag dedelete ako ng row ? pero yung ma dedelete at maiinsert na new entry is mag-aauto save sa separate sheet ? para di hassle. yung ganito sana po thanks in advance
View attachment 1153756

gawa ka ng button at ilagay mo tong macro.

Code:
Sub movetodeleted()
Dim r, nextrow As Long
r = ActiveCell.Row
nextrow = Application.WorksheetFunction.CountA(Sheets("deleted").Range("A:A")) + 1
Sheets("summary").Rows(r).Cut Sheets("deleted").Rows(nextrow)
End Sub
 
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

Sir eto po ang screenshots ung VL calendar na screenshot parang calendar yan tas dun mo ilalagay kung anong klaseng leave.
na nakatapat sa date.

tas yung screenshots na report.
Bale tinatally nya ung Type of Leaves per month and per person.

Bale ang question ko is ano kaya maganda formula ang pwede ko ilagay sa Reports para ma-extract ko ung
type of Leaves per month per person.

Sa ngaun ang ginawa ko is nilagyan ko ng =Countif sa dulo ng per person tas hinide ko. then nireference ko na lang sa reports.
Kya lang medyo bumigat yung file.

Thank you sir.
 

Attachments

  • VL calendar.PNG
    VL calendar.PNG
    21.3 KB · Views: 21
  • reports.PNG
    reports.PNG
    39.5 KB · Views: 12
Re: MS excel reportings, presentations, and vba helping thre

gawa ka ng button at ilagay mo tong macro.

Code:
Sub movetodeleted()
Dim r, nextrow As Long
r = ActiveCell.Row
nextrow = Application.WorksheetFunction.CountA(Sheets("deleted").Range("A:A")) + 1
Sheets("summary").Rows(r).Cut Sheets("deleted").Rows(nextrow)
End Sub
[/QUOTE]


sir pwede po ba ako humingi ng sample hindi ko po kasi sya magawa pati sana sa addtional new entry po, thank you in advance sir need ko lang po kasi sa report ko .. eto po yung file ko sir salamat
 

Attachments

  • Book1.rar
    37.6 KB · Views: 8
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

gawa ka ng button at ilagay mo tong macro.

Code:
Sub movetodeleted()
Dim r, nextrow As Long
r = ActiveCell.Row
nextrow = Application.WorksheetFunction.CountA(Sheets("deleted").Range("A:A")) + 1
Sheets("summary").Rows(r).Cut Sheets("deleted").Rows(nextrow)
End Sub


sir pwede po ba ako humingi ng sample hindi ko po kasi sya magawa pati sana sa addtional new entry po, thank you in advance sir need ko lang po kasi sa report ko .. eto po yung file ko sir salamat

check mo attachment ko named book1. don't forget to enable your macro.
ask google if your not sure what your doing.

- - - Updated - - -

Sir eto po ang screenshots ung VL calendar na screenshot parang calendar yan tas dun mo ilalagay kung anong klaseng leave.
na nakatapat sa date.

tas yung screenshots na report.
Bale tinatally nya ung Type of Leaves per month and per person.

Bale ang question ko is ano kaya maganda formula ang pwede ko ilagay sa Reports para ma-extract ko ung
type of Leaves per month per person.

Sa ngaun ang ginawa ko is nilagyan ko ng =Countif sa dulo ng per person tas hinide ko. then nireference ko na lang sa reports.
Kya lang medyo bumigat yung file.

Thank you sir.


boss pacheck nalang ng attachment ko name test. thanks
 

Attachments

  • Book1.rar
    40.1 KB · Views: 15
  • test.rar
    21.4 KB · Views: 18
Last edited:
Re: MS excel formula, programming, analysis, presentation and tutorials.

Sir patulong. Plan ko kasing gumawa ng automated payroll. Gusto kong magstart on subracting two specific time na ang result niya is in whole number format.
Ganito poh kasi yung nangyayari:

Case 1 _ 7:00-16:00 = 9:00 Dayshift
Case 2 _ 19:00-7:00 = ##### Nightshift

Salamat mga bossing.. Baka mabigyan niyo ko ng sample.. salamat
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Sir patulong. Plan ko kasing gumawa ng automated payroll. Gusto kong magstart on subracting two specific time na ang result niya is in whole number format.
Ganito poh kasi yung nangyayari:

Case 1 _ 7:00-16:00 = 9:00 Dayshift
Case 2 _ 19:00-7:00 = ##### Nightshift

Salamat mga bossing.. Baka mabigyan niyo ko ng sample.. salamat
dapat ang formula is


b1 = 16:00
a1 = 7:00

=HOUR(B1-A1)-1


-1 sa huli dahil sa break time. kaya magiging 8hours yan
 
Re: MS excel reportings, presentations, and vba helping thre

boss pacheck nalang ng attachment ko name test. thanks[/QUOTE]



Thank you sir malaking tulong to..
New concept.

Ang galing thanks ulit.. :)
 
Re: MS excel reportings, presentations, and vba helping thre

boss pacheck nalang ng attachment ko name test. thanks



Thank you sir malaking tulong to..
New concept.

Ang galing thanks ulit.. :)[/QUOTE]

balik ka lang bro
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

dapat ang formula is


b1 = 16:00
a1 = 7:00

=HOUR(B1-A1)-1


-1 sa huli dahil sa break time. kaya magiging 8hours yan


sir what if yung b1 is PM time then yung a1 is AM time? erro man sir yung sagot.. thnx..
 
Back
Top Bottom