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!

MS EXCEL TUTORIALS AND QUERIES

Yun nga din boss. pwede pa kaya yan malagyan pa ng other delimiters? dagdagan ng ")" sa others?

Need kasi ma extract yung flavor, slice and quantity. para ma check din sa excel kung Cheese only o Cheese and Pepperoni

salamat idol
iba pa ba yung output sa binigay ko ang kelangan mo?
yung gusto mo na tanggalin yung ")" should be easier done by using find and replace kesa gawan ng kumplikadong formula :noidea:
maybe nest yung substitute() na function sa unahan :noidea:
 
Idol,

sorry. di ko kuha yung find and replace.

Eto kasi yung mga delimiters sa cell. "(", ",", ":", ")"
yan sana yung mga tatanggalin ko para ma extract yung details na kailangan ko.

May paraan po ba jan or may solusyon kayo na pwede gamitin?

salamat bossing
 
Idol,

sorry. di ko kuha yung find and replace.

Eto kasi yung mga delimiters sa cell. "(", ",", ":", ")"
yan sana yung mga tatanggalin ko para ma extract yung details na kailangan ko.

May paraan po ba jan or may solusyon kayo na pwede gamitin?

salamat bossing
1 lang ang custom delimiter na allowed as far as i know :noidea:
sana magbigay ka ng gusto mong output para di nako manghula kung ano kalalabasan ng formula :waiting:
isang problema kung gagamitin mo yung space " " as a delimiter, pati yung flavor maghihiwalay, kaya kelangan mo rin sya isolate muna
1665197183910.png
Code:
=LEFT(A2,FIND("(",A2)-1)


about sa find and replace, press mo lang ctrl+F
1665196365988.png
tapos lipat ka sa Replace tab > lagay mo sa Find what: yung ")" tapos press mo yung Replace All para mawala lahat ng ")"
so, clear ka na ng 1 delimiter since extra character lang naman yan after ng table conversion
another option is by using Substitute() function para mawala sya... pero after na ng text to column
1665196560979.png
Code:
=SUBSTITUTE(A1,")","")

ang isa pang problema, yung text to columns hindi gumagana sa formula based table :slap:
yung formula mismo ang gagawan nya ng output table at hindi yung output ng formula :lol:





on another note: mas madali pala gawin sa google sheets yung gusto mo :lmao:

1665197882633.png
dun mo na lang gawin. hahahahaha :rofl:
heto lang ginamit kong formula
Code:
=split(A1,"(,:)",1,1)
 
Last edited:
Idol themonyo

salamat sa mga suggestions mo. mas madali nga sa sheet. na hati ko agad.

Kaya mo gumawa ng macros or program para ma extract yung mga details na to sa loob ng isang cell?

Flavor
Quantity
Date

Pag 2 flavors sa isang order maka capture din.

Thank you
 
Idol themonyo

salamat sa mga suggestions mo. mas madali nga sa sheet. na hati ko agad.

Kaya mo gumawa ng macros or program para ma extract yung mga details na to sa loob ng isang cell?

Flavor
Quantity
Date

Pag 2 flavors sa isang order maka capture din.

Thank you
di ako marunong gumawa ng macro :lol:
well... very basic maybe... pero mostly sinusundan ko lang mga tutorial sa net at puro copy-paste :lol:
suggestion: since na-separate mo na yung kelangan mong data per cell, gawin mong named table yung output location para mas madali mag-refer sa table at column label, e.g. Table1[Quantity], Table1[Flavor], etc, saka mo i-output sa gusto mong format using xlookup, vlookup, index(match()), filter(), etc
kung gusto mong custom forms para sa presentation mo, aral ka ng vba :yes:
 
Last edited:
di ako marunong gumawa ng macro :lol:
well... very basic maybe... pero mostly sinusundan ko lang mga tutorial sa net at puro copy-paste :lol:
suggestion: since na-separate mo na yung kelangan mong data per cell, gawin mong named table yung output location para mas madali mag-refer sa table at column label, e.g. Table1[Quantity], Table1[Flavor], etc, saka mo i-output sa gusto mong format using xlookup, vlookup, index(match()), filter(), etc
kung gusto mong custom forms para sa presentation mo, aral ka ng vba :yes:
Salamat ng marami bossing
 
Idol themonyo

salamat sa mga suggestions mo. mas madali nga sa sheet. na hati ko agad.

Kaya mo gumawa ng macros or program para ma extract yung mga details na to sa loob ng isang cell?

Flavor
Quantity
Date

Pag 2 flavors sa isang order maka capture din.

Thank you
Alt+F11

Insert module

Copy and Paste

Function Split1(CellRef As String)
Dim Str1 As String
Dim STR2 As String

Str1 = CellRef
newarr1 = Array(":", "(", ")")

For Each a In newarr1

Str1 = Replace(Str1, a, ",")

Next a

Split1 = Str1

End Function

use split1 formula for the text to replace ( "(", ":", ")" ) into "," comma

1667549882337.png

and voila:
1667550184305.png

use text to comma delimited

para sa maramihan copy mo muna ang formula and then copy paste as values and then text to column mo na agad.
 
Salamat idol.

Need help ulit. hehe
1667867347512.png

May formula ba tayo na pwede gamitin kapag yung mga Cheese only nag reach ng 12 pieces malalagyan ng mark sa column?
 
Salamat idol.

Need help ulit. hehe
View attachment 353012

May formula ba tayo na pwede gamitin kapag yung mga Cheese only nag reach ng 12 pieces malalagyan ng mark sa column?
1667873222329.png

Column A will highlight when Cheese Only reached 12 and above
Post automatically merged:

1667873466513.png

use sumif if based on qty on column b
 
Good Morning po! Up po need help sa inventory excel sa may makatulong :)
 
Baka po meron kayong KPI template penge po copy. Need lang po. Yung Quality Productivity and Reliability po.
 
mga boss, bka may alam po kayo n way para makagawa ng time stamp?

parang my ganto po magiging itsura sana:

1674422287933.png

Thank you po in advance.
 
Sino po nag google sheet sa inyo mga lods? Sino po ang nakapag pagana ng formula nato?

=INDEX(IMPORTXML("https://www.google.com/search?q="&JOIN("+",FILTER({B2:E2}, {B2:E2}<>""))&"+site:linkedin.com", "//a[contains(@href, '@')]/@href"),1)

Function po is to search email address sa linkedin, based sa data na nasa B2:E2, di po gumagana sa akin eh, hehehe,
 
mga boss patulong naman paano ba i convert dat file to excel file.salamat po in advance
 
Back
Top Bottom