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

hanip ang umaga ko ah!, yong date gusto kung mangyari di ko akalain na gawin mo yon ngayon, ok na sir sunod sunod na ang selection...hehehe. salamat pala dito sir kirby...sana na enjoy nyo haba ng holiday...

yes super, iniwan ko yung laptop ko para walang client na mangulit sakin. hehehe
 
Re: MS excel reportings, presentations, and vba helping thre

hi sir. pwd mag ask? panu po pag computation ng grade.

example..
50 = 100%

ganito po kasi ang computation
(50/50)*50+50
(no. of items/total n. of items)*50+50

kaso lang po boss pagdating po sa 25 or below iba na ang computation

sa computation kasi dumadating hanggang line of 5 ang grado

may binigay po kasi standard percentage ang school..

ang pinaka mababa po is 70% yun ay kapag 0-5 ang score...

halimbawa...

2 lng ang score out of 50. ang grade nya po dpat is 70%

pero pag i cocompute ko po sa using yung (no. of items/total n. of items)*50+50

ang percentage po ay 52%.. pano po ba sya magiging 70%

(Nakakatamad po kasi 'pag isa isahin ko pa tapos more than 30 sila sa isang clase.. Applicabe po pala to sa mga lower sections)

Tska pwede po ba yung kapag ialalagay ko sa cell yung score nya meron na automatic na percentage..??

sabi kasi ng kaibigan ko pwede daw..

hindi ko kasi alam paano 'yun..

:thanks: po in advace.. :)
 
Re: MS excel reportings, presentations, and vba helping thre

hi sir. pwd mag ask? panu po pag computation ng grade.

example..
50 = 100%

ganito po kasi ang computation
(50/50)*50+50
(no. of items/total n. of items)*50+50

kaso lang po boss pagdating po sa 25 or below iba na ang computation

sa computation kasi dumadating hanggang line of 5 ang grado

may binigay po kasi standard percentage ang school..

ang pinaka mababa po is 70% yun ay kapag 0-5 ang score...

halimbawa...

2 lng ang score out of 50. ang grade nya po dpat is 70%

pero pag i cocompute ko po sa using yung (no. of items/total n. of items)*50+50

ang percentage po ay 52%.. pano po ba sya magiging 70%

(Nakakatamad po kasi 'pag isa isahin ko pa tapos more than 30 sila sa isang clase.. Applicabe po pala to sa mga lower sections)

Tska pwede po ba yung kapag ialalagay ko sa cell yung score nya meron na automatic na percentage..??

sabi kasi ng kaibigan ko pwede daw..

hindi ko kasi alam paano 'yun..

:thanks: po in advace.. :)

pwede ba makita worksheet mo?
palagay ko you just only need the "if" function.
 
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

magpptulong lng po ng mga formula pra s pagcompute ng DTR broken time po kc kmi...salamat in advance:pray:
 
Re: MS excel reportings, presentations, and vba helping thre

magpptulong lng po ng mga formula pra s pagcompute ng DTR broken time po kc kmi...salamat in advance:pray:

no prob. pwede ba makita gawa mo? or kahit example?
 
Re: MS excel reportings, presentations, and vba helping thre

Galing ng mga tutorials mo ts. pa try po nito. Thanks
 
Re: MS excel reportings, presentations, and vba helping thre

Sir kirby patulong naman po nito, gusto ko sana e modify itong code na ito para doon sa ginagawa ko.

Dim iRow As Integer
Sheet1.Select
iRow = Sheet1.Cells(Cells.Rows.Count, 2).End(xlUp).Row + 1
w = 1
Do While w < 6
If Me.Controls("cmbCom" & CStr(w)) <> "" Then
Cells(iRow, 3).Value = Me.Controls("cmbCom" & CStr(w)).Value
Cells(iRow, 1).Value = Me.Controls("tbDescription" & CStr(w)).Value
Cells(iRow, 5).Value = Me.Controls("tbLocName" & CStr(w)).Value
Cells(iRow, 7) = Me.Controls("tbGross" & CStr(w)).Value
Cells(iRow, 9) = Me.Controls("tbShare" & CStr(w)).Value
Cells(iRow, 11) = Me.Controls("tbTicket" & CStr(w)).Value
Cells(iRow, 13) = Me.Controls("cmbPullOut" & CStr(w)).Value
End If
iRow = iRow + 1
w = w + 1
Loop
==============================
gusto ko sanang gawin sa data e lagay sya doon sa cells "A9:A40 lang, para hind nya ma palitan ang data ng report headings. Sana ma modify itong code na ito para mag fit doon sa ginagawa ko. salamat po!
 
Re: MS excel reportings, presentations, and vba helping thre

Sir kirby patulong naman po nito, gusto ko sana e modify itong code na ito para doon sa ginagawa ko.

Dim iRow As Integer
Sheet1.Select
iRow = Sheet1.Cells(Cells.Rows.Count, 2).End(xlUp).Row + 1
w = 1
Do While w < 6
If Me.Controls("cmbCom" & CStr(w)) <> "" Then
Cells(iRow, 3).Value = Me.Controls("cmbCom" & CStr(w)).Value
Cells(iRow, 1).Value = Me.Controls("tbDescription" & CStr(w)).Value
Cells(iRow, 5).Value = Me.Controls("tbLocName" & CStr(w)).Value
Cells(iRow, 7) = Me.Controls("tbGross" & CStr(w)).Value
Cells(iRow, 9) = Me.Controls("tbShare" & CStr(w)).Value
Cells(iRow, 11) = Me.Controls("tbTicket" & CStr(w)).Value
Cells(iRow, 13) = Me.Controls("cmbPullOut" & CStr(w)).Value
End If
iRow = iRow + 1
w = w + 1
Loop
==============================
gusto ko sanang gawin sa data e lagay sya doon sa cells "A9:A40 lang, para hind nya ma palitan ang data ng report headings. Sana ma modify itong code na ito para mag fit doon sa ginagawa ko. salamat po!

sorry medyo nalilito ako eh,. :lol: pwede ba makita yung file?
 
Re: MS excel reportings, presentations, and vba helping thre

hi sir. pwd mag ask? panu po pag computation ng grade.

example..
50 = 100%

ganito po kasi ang computation
(50/50)*50+50
(no. of items/total n. of items)*50+50

kaso lang po boss pagdating po sa 25 or below iba na ang computation

sa computation kasi dumadating hanggang line of 5 ang grado

may binigay po kasi standard percentage ang school..

ang pinaka mababa po is 70% yun ay kapag 0-5 ang score...

halimbawa...

2 lng ang score out of 50. ang grade nya po dpat is 70%

pero pag i cocompute ko po sa using yung (no. of items/total n. of items)*50+50

ang percentage po ay 52%.. pano po ba sya magiging 70%

(Nakakatamad po kasi 'pag isa isahin ko pa tapos more than 30 sila sa isang clase.. Applicabe po pala to sa mga lower sections)

Tska pwede po ba yung kapag ialalagay ko sa cell yung score nya meron na automatic na percentage..??

sabi kasi ng kaibigan ko pwede daw..

hindi ko kasi alam paano 'yun..

:thanks: po in advace.. :)




testing mo po to sir


=IF(((no. of items/total no. of items)*50+50)<70,70,((no. of items/total no. of items)*50+50))
 
Re: MS excel reportings, presentations, and vba helping thre

pasinsya na di ko na explain mabuti, gusto ko po mangyari gamit ang code na ito galing sa userform na data mag appear doon lang sa Cells A9 to Cells A40 ng sheet1 pag click na user ng ok.

ito na po ang attachment...salamat po!
 

Attachments

  • User form .rar
    22.3 KB · Views: 42
Re: MS excel reportings, presentations, and vba helping thre

pasinsya na di ko na explain mabuti, gusto ko po mangyari gamit ang code na ito galing sa userform na data mag appear doon lang sa Cells A9 to Cells A40 ng sheet1 pag click na user ng ok.

ito na po ang attachment...salamat po!

yung irow mo kasi nagstart sa a1 ang count nun eh. ang capture kasi nun yung blank eh. check mo to,
 

Attachments

  • User form .rar
    23.4 KB · Views: 60
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

maya po konte magdagdag ako. nasa office pa kasi ako eh. ano po ba work mo?

Sir ano po ba gamit mo na software para gawing gif ung mga tutorials mo, ang galing kasi hehe thank you sir ?
 
Re: MS excel reportings, presentations, and vba helping thre

Sir ano po ba gamit mo na software para gawing gif ung mga tutorials mo, ang galing kasi hehe thank you sir ?

licecap bro.
 
Re: MS excel reportings, presentations, and vba helping thre

Wow ang Galing, haha gamit ko na to ngayon, daming tnx bro another knowledge naman :D

no probs boss
 
Re: MS excel reportings, presentations, and vba helping thre

yung irow mo kasi nagstart sa a1 ang count nun eh. ang capture kasi nun yung blank eh. check mo to,

salamat ulit dito sir kirby... daig ko pa ang nag school dito. hehehe
===============================================
sir, yong sa tempted na gawa nyo, gusto ko sana palitan yong "Item/SKU" sa mappings sheet ng numbers, pero ayaw nya po e display yong "Item Description" pag numbers ang nilagay ko. ito po yong attachment..
 

Attachments

  • tempted.rar
    35.8 KB · Views: 14
Re: MS excel reportings, presentations, and vba helping thre

thanks, ts. pa BM, eto need ngayon. :thumbsup::thumbsup::thumbsup:
 
Re: MS excel reportings, presentations, and vba helping thre

salamat ulit dito sir kirby... daig ko pa ang nag school dito. hehehe
===============================================
sir, yong sa tempted na gawa nyo, gusto ko sana palitan yong "Item/SKU" sa mappings sheet ng numbers, pero ayaw nya po e display yong "Item Description" pag numbers ang nilagay ko. ito po yong attachment..

convert mo yung laman ni combobox ganto oh.

IsNumeric(ComboBox1)


so dapat ganito

Private Sub ComboBox1_Change()
Dim lastrow As Integer
Sheets("mappings").Select
lastrow = Sheets("mappings").Cells(Cells.Rows.Count, 1).End(xlUp).Row
For a = 2 To lastrow
If IsNumeric(ComboBox1) = Cells(a, 1) Then
Label1 = Cells(a, 2)
End If
Next
End Sub

- - - Updated - - -

thanks, ts. pa BM, eto need ngayon. :thumbsup::thumbsup::thumbsup:

balik ka lang
 
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

ayaw sir, pero may nakita na akong paraan nilagyan ko ng apostrophe bago ang numbers '1 '2, ayon gumana na. daig ko pa nag summer dito dami ko na nalalaman. hehehe.
 
Back
Top Bottom