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.

File mismo, hindi sya path/link or shared location.. From email outlook sinave ko sa workstation ko so dapat kahit anung gawin ko dun sa file wala na syang alam dun, Kaya ako nagtataka kung paano nya nalaman.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

excel tip :rock:

Insert Line break in a concatenate formula

add this function in your concatenate formula to add a line break in a series of texts
char(10)

Code:
=concatenate(text1,text2,char(10),text3,and so on)

output:

text1text2
text3and so on

:lol:
 
Last edited:
Re: MS excel formula, programming, analysis, presentation and tutorials.

Hi po, tanong ko lang paano po kaya tong problem ko..

Gusto ko po sanang ilink yung isang excel 1 workbook sa isa pang excel 2 workbook. Pero bago malagay sa excel 2 workbook dapat complete na yung data. Hanggat hindi po complete yung data sa excel 1 meron sanang magpop up na message na "please complete the data first". And after po sana macomplete yung data magauto set date din sa excel 2 kung what date and time niya nainput yung data sa excel 1.. salamat po sa tutulong sakin.. sorry need lang sa project. Thanks in advance ��
 
Last edited:
Re: MS excel formula, programming, analysis, presentation and tutorials.

HOW TO UNLOCK VBA PROJECT
credits goes to athenesia
[/QUOTE]

para sa lahat po ba ng version ito? salamat.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

@jin, use datavalidation na lang muna.
pede naman magawa yang problem mo through vba. pero sa ngayon hindi muna sya advisable.

click here para sa tutorial.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

@jin, use datavalidation na lang muna.
pede naman magawa yang problem mo through vba. pero sa ngayon hindi muna sya advisable.

click here para sa tutorial.

Marunong naman po ako magdata validation Sir. Ang need ko lang po sana yung hindi na po ako maguupdate kasi madami ding reports ginagawa ko dun sa data na yun. Para dun sa excel 2 na lang ako magfocus. Thanks po sa tulong..
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Marunong naman po ako magdata validation Sir. Ang need ko lang po sana yung hindi na po ako maguupdate kasi madami ding reports ginagawa ko dun sa data na yun. Para dun sa excel 2 na lang ako magfocus. Thanks po sa tulong..

upload mo dito yung files mo. Pa lagay na din kung anong output yung gusto mo makuha.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

upload mo dito yung files mo. Pa lagay na din kung anong output yung gusto mo makuha.

Hi Sir, upload ko po bukas naka mobile po kasi ako ngayon, Sir may tanong pa ako regarding windows 10 pero microsoft excel 2017 gamit, paano po palitan yung negative sign into close and open parenthesis? Kasi kapag gagawin ko ng no. nagiging ganto
-1234556
-12345
-123456780

- 12345670.00

Thanks po sa sasagot..
 
Re: MS excel reportings, presentations, and vba helping thre

pa bm ts....thanks dito
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Hi Sir, upload ko po bukas naka mobile po kasi ako ngayon, Sir may tanong pa ako regarding windows 10 pero microsoft excel 2017 gamit, paano po palitan yung negative sign into close and open parenthesis? Kasi kapag gagawin ko ng no. nagiging ganto
-1234556
-12345
-123456780

- 12345670.00

Thanks po sa sasagot..

For example yung mga number mo with positive and negative ay nasa Column A

Code:
1. Right Click Column A
2. Select Format Cells
3. In Number Tab > Select Number
4. Select (1234.10)
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

For example yung mga number mo with positive and negative ay nasa Column A

Code:
1. Right Click Column A
2. Select Format Cells
3. In Number Tab > Select Number
4. Select (1234.10)

Sir try ko, thank you so much!
 
Re: MS excel reportings, presentations, and vba helping thre

pabookmark po ako nito mga sir

- - - Updated - - -

pabookmark po ako nito mga sir

Sir Kirby, tulong din ako ha :)


@jgzzz

If gusto mo automatic maupdate yung values sa report file mo pag open nung file add ka vba

Press ALT F11 simultaneously
Double click 'ThisWorkbook' on the right panel then add the below code:

Private Sub Workbook_Open()

ActiveWorkbook.UpdateLink Name:="C:\Users\Desktop\source.xlsx", Type _
:=xlExcelLinks

End Sub



Change mo yung nakabold into the file address of your datasource workbook.

To update the values ng report file mo manually just click on Data >> Edit links >> Update Values

View attachment 900470

pabookmark ako nito ulit
 
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

Nice ts useful to
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

upload mo dito yung files mo. Pa lagay na din kung anong output yung gusto mo makuha.

@Sir Puuts inattach ko na po. Thanks in advance.
 

Attachments

  • WORKBOOK.zip
    152.6 KB · Views: 12
Re: MS excel formula, programming, analysis, presentation and tutorials.

@Sir Puuts inattach ko na po. Thanks in advance.

Ano ngayon ang gusto mo mangyari dito?

May mga tanong lang ako:

1. Sa WORKBOOK AGRO 1, alin dito yung mga fields/columns na dapat may data or laman?
2. From WORKBOOK AGRO 1, anong mga columns ang kelangan mong ilipat papuntang WORKBOOK AGRO 2. Yung WORKBOOK AGRO 1 ay may columns na hanggang Column A to AF lang and yung WORKBOOK AGRO 2 mo ay may columns na Column A to AM.

Parang ganito ba, Column AF ng WORKBOOK AGRO 1 ilipat papuntang Column AI ng WORKBOOK AGRO 2? basta match ng column names ng WORKBOOK AGRO 1 at WORKBOOK AGRO 2? Ano ilalagay dun sa Column AJ to AM ng WORKBOOK AGRO 2?
 
Last edited:
Re: MS excel formula, programming, analysis, presentation and tutorials.

pamarka po ako dito . gusto ko din matutunan itong excel . btw may copy po kayo nung excel hacks ?
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Ano ngayon ang gusto mo mangyari dito?

May mga tanong lang ako:

1. Sa WORKBOOK AGRO 1, alin dito yung mga fields/columns na dapat may data or laman?
2. From WORKBOOK AGRO 1, anong mga columns ang kelangan mong ilipat papuntang WORKBOOK AGRO 2. Yung WORKBOOK AGRO 1 ay may columns na hanggang Column A to AF lang and yung WORKBOOK AGRO 2 mo ay may columns na Column A to AM.

Parang ganito ba, Column AF ng WORKBOOK AGRO 1 ilipat papuntang Column AI ng WORKBOOK AGRO 2? basta match ng column names ng WORKBOOK AGRO 1 at WORKBOOK AGRO 2? Ano ilalagay dun sa Column AJ to AM ng WORKBOOK AGRO 2?

Yes po, base sa header Sir. Yung update po sa workbook 1 kung kaya po ba yun malipat ng workbook 2 per region. Kung maglalagay po sila ng data sa workbook 1 real time malipat po sa workbook 2. Possible po ba yun? Ng hindi nagpapatong yung data kahit simultaneous sila magupdate? willing po ako magbigay ng token of appreciation matulungan mo lang ako Sir. Iproject ko din kasi yan. Kasi yung data existing connection walang filter eh medyo mahirap gumawa ng report.. thanks in advance.
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Yes po, base sa header Sir. Yung update po sa workbook 1 kung kaya po ba yun malipat ng workbook 2 per region. Kung maglalagay po sila ng data sa workbook 1 real time malipat po sa workbook 2. Possible po ba yun? Ng hindi nagpapatong yung data kahit simultaneous sila magupdate? willing po ako magbigay ng token of appreciation matulungan mo lang ako Sir. Iproject ko din kasi yan. Kasi yung data existing connection walang filter eh medyo mahirap gumawa ng report.. thanks in advance.

Kung ganyan ang requirements mo, i think much better maging MS Access yung WORKBOOK AGRO 2 mo (database). May shared folder/drive ba kayo?

Yung paglipat ba ng WORKBOOK AGRO 1 TO WORKBOOK AGRO 2 is kelangan ba lahat ng fields ng Regions ay may laman? I mean bulk transfer? Lagay lahat ng data sa lahat ng regions bago malipat?

For example:
Mindanao : May laman dapat yung column A to AF?
Visayas : May laman dapat yung column A to AF?
...

Or Per region ang lipat ng data? Lagay data sa isang region na dapat may data ang column A to AF bago malipat?
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Kung ganyan ang requirements mo, i think much better maging MS Access yung WORKBOOK AGRO 2 mo (database). May shared folder/drive ba kayo?

Yung paglipat ba ng WORKBOOK AGRO 1 TO WORKBOOK AGRO 2 is kelangan ba lahat ng fields ng Regions ay may laman? I mean bulk transfer? Lagay lahat ng data sa lahat ng regions bago malipat?

For example:
Mindanao : May laman dapat yung column A to AF?
Visayas : May laman dapat yung column A to AF?
...ant

Or Per region ang lipat ng data? Lagay data sa isang region na dapat may data ang column A to AF bago malipat?

Yes Sir meron kaming shared folder/drive. Sorry ah hindi ko po din kabisado ang MS Access. basta mafill up lang nila yung important (BU,STATUS,NATURE/REASON CODE,ISSUES BASE CATEGORY 1 & 2, Area/Region, SAS, ASM) Pero basta mafill up lang niya yung Area/Region sana malipat na sa WorkBook 2. parang un yung key para mapunta siya sa Workbook 2. Pero kung may naisip kang mas maganda
Sir try po sana natin. Basta need ko po malagay sa Workbook 2 yung datang input sa workbook 1 real time. Para hindi ko na sila kulitin pa. Thanks
 
Re: MS excel formula, programming, analysis, presentation and tutorials.

Yes Sir meron kaming shared folder/drive. Sorry ah hindi ko po din kabisado ang MS Access. basta mafill up lang nila yung important (BU,STATUS,NATURE/REASON CODE,ISSUES BASE CATEGORY 1 & 2, Area/Region, SAS, ASM) Pero basta mafill up lang niya yung Area/Region sana malipat na sa WorkBook 2. parang un yung key para mapunta siya sa Workbook 2. Pero kung may naisip kang mas maganda
Sir try po sana natin. Basta need ko po malagay sa Workbook 2 yung datang input sa workbook 1 real time. Para hindi ko na sila kulitin pa. Thanks

Okay gets. Per region ang lipat ng data or Bulk (Kelangan muna fill-apan lahat ng regions)?
 
Back
Top Bottom