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

ako naman gnamit ko ung index match up kaso d ko ma filter ung sa dates hahaha sakit sa ulo

pero eto ung sagot ko sana makatulong

=index(B:B,match(max(C:C),C:C,0)) yan po kaso ang lumabas ung roy na name kase sia ung pinaka mtaas na value hehehe d ko ma filter sa date ahahah


eto pla bka makatulong sa filter ng date
http://www.mrexcel.com/forum/excel-...maximum-minimum-values-between-two-dates.html
 
Last edited:
Re: MS excel we give solutions. formula, codes and tutorials.

mga pre.. phelp nman po sa excel challenge na to.. maraming salamat po... formula po.. wag po macro.. bawal din po ang helper column.. salamat!!

http://1drv.ms/1E6d09b

Dun palang ako sa value..
Ginamit ko yung Large na formula para sa 1st, 2nd and 3rd largest.

Code:
{=LARGE(IF($A$8:$A$129=E8,$C$8:$C$129),1)}

Sa name Name naman, iniisip ko kung Match and If, kaso mejo sabay na yung utak ko.

Or IF, INDEX and MATCH
 
Last edited:
Re: MS excel we give solutions. formula, codes and tutorials.

sir baka pwedeng magpaturo kung paano mag forcast ng delivery kahit formula o nakatable na sya Tnk
 
Re: MS excel we give solutions. formula, codes and tutorials.

http://1drv.ms/1E6d09b

Dun palang ako sa value..
Ginamit ko yung Large na formula para sa 1st, 2nd and 3rd largest.

Code:
{=LARGE(IF($A$8:$A$129=E8,$C$8:$C$129),1)}

Sa name Name naman, iniisip ko kung Match and If, kaso mejo sabay na yung utak ko.

Or IF, INDEX and MATCH


uu ginamit ko din ung large big help pero pag dating sa name dun ako nag eeror
eto po ung formula ko

=INDEX(C:C,MATCH(LARGE(IF(A:A>=DATEVALUE("1/1/2015"),IF(A:A<=DATEVALUE("1/31/2015"),C:C)),2),C:C,0))
hirap sa name ang kuha nya lng ung max pero 2 and 3 ayaw error na sia hahaha
 

Attachments

  • 1.png
    1.png
    104.1 KB · Views: 21
  • 2.png
    2.png
    76.4 KB · Views: 9
  • 3.png
    3.png
    24.8 KB · Views: 15
  • 4.png
    4.png
    33.5 KB · Views: 10
  • 5.png
    5.png
    64.7 KB · Views: 12
  • 6.png
    6.png
    22.4 KB · Views: 11
Re: MS excel we give solutions. formula, codes and tutorials.

sir baka pwedeng magpaturo kung paano mag forcast ng delivery kahit formula o nakatable na sya Tnk

@naomi - pls provide a sample file, for them to help you with.
 
Last edited:
Re: MS excel we give solutions. formula, codes and tutorials.

ito po ang kasunod ng previous post.

http://www.symbianize.com/showthread.php?t=1132342&p=21282057&viewfull=1#post21282057

View attachment 224166
View attachment 224167
View attachment 224168
View attachment 224169

Ito po yung vba code. hindi po kasi buo sa image.
Code:
Sub sample101()

'dito po gagamitin tayo ng counter
'para sa row sa exceldb na sheet at initial value ay 2 kasi
'po yung 1 ay sinulatan natin ng column name.
Dim myrow As Integer
myrow = 2

'dito po sa loop gumamit tayo ng cells(row,column) para po sa pag scan ng
'row na walang laman tas dun tayo mag save na sunod.
'dahil po 2 ang value ng myrow natin sa 2 sya magstart magloop.
    Do While Sheets("exceldb").Cells(myrow, 1) <> ""
    
    'ito po ang taga increment natin para hindi po mag infinity loop
    myrow = myrow + 1
    Loop
    
    'dito po sa baba gagamitin natin yung myrow na
    'variable para sa lastrow na walang gata.
    
    ' ito po yung destination             ito naman po yung source natin
    'Sheets("exceldb").Cells(myrow, 1) = Sheets("main").Cells(5, 3)
    Sheets("exceldb").Cells(myrow, 1) = Sheets("main").Cells(5, 3)
    Sheets("exceldb").Cells(myrow, 2) = Sheets("main").Cells(6, 3)
    Sheets("exceldb").Cells(myrow, 3) = Sheets("main").Cells(7, 3)
    Sheets("exceldb").Cells(myrow, 4) = Sheets("main").Cells(8, 3)
    Sheets("exceldb").Cells(myrow, 5) = Sheets("main").Cells(9, 3)
    Sheets("exceldb").Cells(myrow, 6) = Sheets("main").Cells(10, 3)
    
    'auto clear yung source cells
    Sheets("main").Cells(5, 3) = ""
    Sheets("main").Cells(6, 3) = ""
    Sheets("main").Cells(7, 3) = ""
    Sheets("main").Cells(8, 3) = ""
    Sheets("main").Cells(9, 3) = ""
    Sheets("main").Cells(10, 3) = ""
End Sub

nakaattached po pala ang excel na my macro. para pwede nyo din po e check.
 

Attachments

  • 1a.png
    1a.png
    38.2 KB · Views: 16
  • 2a.png
    2a.png
    8.7 KB · Views: 8
  • 3a.png
    3a.png
    33.7 KB · Views: 10
  • 4a.png
    4a.png
    50.2 KB · Views: 10
  • sample 101.zip
    16.2 KB · Views: 30
Last edited:
Re: MS excel we give solutions. formula, codes and tutorials.

mga boss pa help nmn regarding sa pivot need ko report na datapicker start and end tapos lalabas lhat ung result na naka range sa start at end sana po may makatulong please provide excel file salaamt ng marami
 
Re: MS excel we give solutions. formula, codes and tutorials.

mga boss pa help nmn regarding sa pivot need ko report na datapicker start and end tapos lalabas lhat ung result na naka range sa start at end sana po may makatulong please provide excel file salaamt ng marami

maglagay ka ng sample file at pa explain po. mahirap po kasi gumawa kapag d po detailed ang info.
thanks po
 
Re: MS excel we give solutions. formula, codes and tutorials.

maglagay ka ng sample file at pa explain po. mahirap po kasi gumawa kapag d po detailed ang info.
thanks po

correct.

@nash0260

sensya na boss tama si muhyul. mahirap kasi mag imagine ng data isasabay yung pag analyze question. hehehe.
 
Re: MS excel reportings, presentations, and vba helping thre

boss ts... ask ko lang kung meron kayong maadvice sakin para sa heirarchy ng smartart sa excel, meron ba autofill ung heirarchy chart??? medyo marami kasi ung nasa project ko around 900 na list kailangan ko gawin heirarchy chart... :D
 
Re: MS excel we give solutions. formula, codes and tutorials.

Malaking tulong to TS :thanks:
 
Re: MS excel we give solutions. formula, codes and tutorials.

guys pwd patulong po based po sa picture panu po kaya madidistribute yung QUIZ FINAL dun po sa Q1,Q2,Q3,Q4,Q5 BASED PO dun sa no. of items..please minamanual ko kasi baka po alam nyo..salamat po View attachment 224527 View attachment 224527
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    409.7 KB · Views: 7
  • Untitled.jpg
    Untitled.jpg
    403.8 KB · Views: 23
Re: MS excel we give solutions. formula, codes and tutorials.

correct.

@nash0260

sensya na boss tama si muhyul. mahirap kasi mag imagine ng data isasabay yung pag analyze question. hehehe.

Goodmorning need ko lng boss ung mag pick upng database sa range ng start at end date sa piviot po

eto po oh ung start at end nka depend sa data dapat po pde mag type ng range ng date po
sencia na confi ung mga no kya need ko po erase


- - - Updated - - -

guys pwd patulong po based po sa picture panu po kaya madidistribute yung QUIZ FINAL dun po sa Q1,Q2,Q3,Q4,Q5 BASED PO dun sa no. of items..please minamanual ko kasi baka po alam nyo..salamat po View attachment 1050023 View attachment 1050023

prang iisa lng ung picture eh ano b gusto mo palabasin po?
 

Attachments

  • ss.JPG
    ss.JPG
    66 KB · Views: 8
Last edited:
Re: MS excel we give solutions. formula, codes and tutorials.

sir nash,

anu po ba output data na gusto mu?
naka pivot list din po ba?

or pweding hindi na nakapivot yung list.
basta ang condition e list sya ng pinili mu na start at end date? tama po ba?
tsaka pwede ka po magcreate ng list na sample kahit hindi confi file mu.
at saan nakalagay yung date mu at data. kahit mga 10 items lang po.
para e automate natin.

- - - Updated - - -

guys pwd patulong po based po sa picture panu po kaya madidistribute yung QUIZ FINAL dun po sa Q1,Q2,Q3,Q4,Q5 BASED PO dun sa no. of items..please minamanual ko kasi baka po alam nyo..salamat po View attachment 1050023 View attachment 1050023

sir bakit mu po gusto e distribute yung score mu? e dba actual exam po yan?
tama po ba?
 
Re: MS excel we give solutions. formula, codes and tutorials.

guys pwd patulong po based po sa picture panu po kaya madidistribute yung QUIZ FINAL dun po sa Q1,Q2,Q3,Q4,Q5 BASED PO dun sa no. of items..please minamanual ko kasi baka po alam nyo..salamat po View attachment 1050023 View attachment 1050023

may file po kayo kung sa kinukuha yung mga score each quiz?
 
Re: MS excel we give solutions. formula, codes and tutorials.

eto po mga bossing sana ma gets nyo po mahina ako sa explanation Y_Y
 

Attachments

  • sample.rar
    11.5 KB · Views: 17
Re: MS excel we give solutions. formula, codes and tutorials.

eto po mga bossing sana ma gets nyo po mahina ako sa explanation Y_Y

copy boss. kailangan natin ng macro.
 
Re: MS excel we give solutions. formula, codes and tutorials.

sir nash hindi ko lang alam kung ganto pagkakaintindi ko sa data mu..
or magkahiwalay talaga yung start date and end date mu sa raw data.

pero sa case na to isa lang ang date ko. mamimili ka nlang ng start at end date na e summary mu.

press mu lang po ctrl + m if my gusto ka po epamodify sabihin mu lang po.
at kung meron ka po tanong. tanong mu lang din po.
 

Attachments

  • sample 102.zip
    21.4 KB · Views: 13
Back
Top Bottom