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 formula, programming, analysis, presentation and tutorials.

Boss pahelp naman sa problem ko.

Pano ko po makukuha ang specific word sa mahabang link na to. I'll try left and find pero di ako magkaigi hehe.. possible po kasi n yang value ng example na yan hindi laging 10 characters.

For example ang kukunin ko is ito: B01DKGO9NY


https://www.amazon.com/LP-Silicone-...s-min-purchase-required:5016683011,p_36:-3900

ito po formula ko
=IFERROR(LEFT($A2,FIND("/",$A2,1+FIND("/",$A2,1+FIND("/",$A2,1+FIND("/",$A2,1+FIND("/",$A2,1+FIND("/",$A2))))))-1),"") - ang nakuha ko dito is ito lang

https://www.amazon.com/LP-Silicone-Resistant-Potholder-Fireplace/dp/B01DKGO9NY

=IFERROR(RIGHT($R2,10),"") - then saka ko ginamitan nito para makuha ko yung B01DKGO9NY

meron pa po bang ibang way kasi nga hindi laging 10 characters yun.

Thanks in advance sa sasagot.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

sir/maan paturo panu gumawa ng update price list na sa
sheet1 product code / product description / old price then
sheet2 product code / product description / new price then
sheet3 product code / product description / old price /new price - result nia chaka panu kung my new product code sa sheet2
salamat more power
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Hi po sir,

Maraming salamat po sa thread nato very helpful po siya. Nagustuhan ko po yung dashboard 1 and 2 po nyo. May I ask lang po if saan ko po siya makukuha? Pede po pahinge nga copy kasi po may plano po ako na gagawa ng report same sa concept ng dashboard mo po sir. Thank you in advance.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Hi po sir,

Maraming salamat po sa thread nato very helpful po siya. Nagustuhan ko po yung dashboard 1 and 2 po nyo. May I ask lang po if saan ko po siya makukuha? Pede po pahinge nga copy kasi po may plano po ako na gagawa ng report same sa concept ng dashboard mo po sir. Thank you in advance.

sorry. 3 years ago na po kasi yan dashboard na yan. nadelete ko na po ito eh. pero pwede ko kayo tulungan kung gusto nyo.

- - - Updated - - -

sir/maan paturo panu gumawa ng update price list na sa
sheet1 product code / product description / old price then
sheet2 product code / product description / new price then
sheet3 product code / product description / old price /new price - result nia chaka panu kung my new product code sa sheet2
salamat more power

may program po kayo na ginawa? baka pwede po makita.

- - - Updated - - -

Boss pahelp naman sa problem ko.

Pano ko po makukuha ang specific word sa mahabang link na to. I'll try left and find pero di ako magkaigi hehe.. possible po kasi n yang value ng example na yan hindi laging 10 characters.

For example ang kukunin ko is ito: B01DKGO9NY


https://www.amazon.com/LP-Silicone-...s-min-purchase-required:5016683011,p_36:-3900

ito po formula ko
=IFERROR(LEFT($A2,FIND("/",$A2,1+FIND("/",$A2,1+FIND("/",$A2,1+FIND("/",$A2,1+FIND("/",$A2,1+FIND("/",$A2))))))-1),"") - ang nakuha ko dito is ito lang

https://www.amazon.com/LP-Silicone-Resistant-Potholder-Fireplace/dp/B01DKGO9NY

=IFERROR(RIGHT($R2,10),"") - then saka ko ginamitan nito para makuha ko yung B01DKGO9NY

meron pa po bang ibang way kasi nga hindi laging 10 characters yun.

Thanks in advance sa sasagot.

assuming nasa a1 ang link

=RIGHT(A1,LEN(A1)-FIND("^^",SUBSTITUTE(A1,"/","^^",LEN(A1)-LEN(SUBSTITUTE(A1,"/","")))))
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Guys patulong naman, may dalawang table kasi ako, ang objective ko kasi e mapagsama sa iisang query yung lahat ng collection within the day galing sa dalawang tables ko,

example






Gusto ko sana maging ganito output ng QUERY ko



Paano ba yung tamang SQL code nito,

Ano po ba mali dito?




Patulong naman guys... any workaround? di na kaya ng utak ko eh, hehehe... Thanks in advance sa tutulong!

ig MS Sql gamit mo. mas maganda if create temporary table ka. na meron structure ng ganun output mo.
e insert mo lang sa temp table.

or pwd ka gomamit ng full outer join.

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

Hi Sir anu po yung ginamit nyo sa may first page na parang checklist?para okay yun pampalit sa slicer :)
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Hi Sir anu po yung ginamit nyo sa may first page na parang checklist?para okay yun pampalit sa slicer :)

checkbox with formula po yun para mafilter yung kinacalculate ng graphs.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

May coding pa pala hahaha hindi ako marunong sa mga codes :(
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

May coding pa pala hahaha hindi ako marunong sa mga codes :(

walang code pre. purely formula lang.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

formula?anung formula ginamit mo dun?
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

pa help naman dito, dapat kung ano nakalagay sa STATUS, kung PAID dat mag ccount ung amount tas mag aadd sya sa TOTAL paid, ganun din sana sa UNPAID. pa help naman po :)
 

Attachments

  • Untitled.png
    Untitled.png
    5 KB · Views: 3
Re: MS excel formula, programming, analysis, presentation and tutorials.

pa help naman dito, dapat kung ano nakalagay sa STATUS, kung PAID dat mag ccount ung amount tas mag aadd sya sa TOTAL paid, ganun din sana sa UNPAID. pa help naman po :)
im assuming sum ang ibig sabihin mo not count.

para sa unpaid

=SUMIF(C:C,"UNPAID",B:B)

para sa paid

=SUMIF(C:C,"PAID",B:B)
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

im assuming sum ang ibig sabihin mo not count.

para sa unpaid

=SUMIF(C:C,"UNPAID",B:B)

para sa paid

=SUMIF(C:C,"PAID",B:B)

thank you :) need ko to :)
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Boss Kriby :) pahingi ng tips para makagawa ng magandang dashboard for actual sales vs target
kahit lay-out lang para magka idea ako galing sa isang expert.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Boss Kriby :) pahingi ng tips para makagawa ng magandang dashboard for actual sales vs target
kahit lay-out lang para magka idea ako galing sa isang expert.

alam mo magkakaiba kasi tayo ng mga design na gusto eh. depende din sa diskarte mo at kung pano mo gusto paliwanag yung report.
so parang ganito i made a container of water. ang target is mapuno ang container. each month magkakaiba ng capacity ang container. and the Year to Date target syempre. we need to know every month din kung approaching na tayo sa yearly target.

View attachment 276411
 

Attachments

  • sales and target.JPG
    sales and target.JPG
    126.4 KB · Views: 19
  • Sales vs Target.rar
    17.4 KB · Views: 41
Re: MS excel reportings, presentations, and vba helping thre

Hi mga ka symb,

Baka sakaling matulungan nyo ko. Nag edit kasi ako ng file ko sa ms excel tapos naka filter sya. Nung magfifilter na ko ulit biglang may lumabas na pop-up message ang sabi "Fixed object will move!" tapos pag click ko ng OK button lumabas sya ulit. Tapos nag click ako ng nag click. Endless yung pop up message MS EXCEL 2013 po yung gamit ko tinry ko na lahat ng answers s google ayaw pa din. Patulong naman tatlong ara na tambak yung trabaho ko. Naghahanap ako ng sagot. Sana matulungan nyo ko. Salamat!
 
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

Wow! Very nice one, it is so helpful. Thanks sir for sharing and keep on sharing po :)
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Hello sir, pede kaba makapagbigay rin ng sample if ang data is ganito: may by seller by account by branch at may by brand?? tnx po malaking tulong if makaya po sya. tnx po talaga.
 
Re: MS excel reportings, presentations, and vba helping thre

Hi mga ka symb,

Baka sakaling matulungan nyo ko. Nag edit kasi ako ng file ko sa ms excel tapos naka filter sya. Nung magfifilter na ko ulit biglang may lumabas na pop-up message ang sabi "Fixed object will move!" tapos pag click ko ng OK button lumabas sya ulit. Tapos nag click ako ng nag click. Endless yung pop up message MS EXCEL 2013 po yung gamit ko tinry ko na lahat ng answers s google ayaw pa din. Patulong naman tatlong ara na tambak yung trabaho ko. Naghahanap ako ng sagot. Sana matulungan nyo ko. Salamat!

http://answers.microsoft.com/en-us/...l/0a87db5f-ba97-4aae-b7f5-18786aafd01c?auth=1
 
Back
Top Bottom