🔒 Closed EXCEL HELP

Status
Not open for further replies.

erojadevas

Fanatic
Hi guys, does anyone can help sort this numerically from P4/B3/H1 to P4/B3/2.

I have a problem it sorts out by 1 then 10 look at the picture below.
help excel.webp
 
Solution
ito solution ko boss (galing sa suggestion dito: You do not have permission to view the full content of this post. Log in or register now.)

Gawa ka po reference column tapos e hide mo lang.
In this example, yun column F ang reference ko.
Then I highlight both columns and click sort.
View attachment 1537412 View attachment 1537424

formula: =VALUE(MID(D2,FIND("P4/B3/",D2)+7,2))
(adjust mo lang based sa spreadsheet mo)

FIND("P4/B3/",D2) = means to find "P4/B3/" sa column D2.. ito kasi common sa mga entries sa kanila
+7 = means chars in the the text we want to find
,2)) = means looking for the other characters (H1, H2, H3)
It will return a number as reference, drag it down.. then we can finally sort it.

Hope this helps

Screenshot_4.webp
ito solution ko boss (galing sa suggestion dito: You do not have permission to view the full content of this post. Log in or register now.)

Gawa ka po reference column tapos e hide mo lang.
In this example, yun column F ang reference ko.
Then I highlight both columns and click sort.
1629277385683.png
1629277423697.png


formula: =VALUE(MID(D2,FIND("P4/B3/",D2)+7,2))
(adjust mo lang based sa spreadsheet mo)

FIND("P4/B3/",D2) = means to find "P4/B3/" sa column D2.. ito kasi common sa mga entries sa kanila
+7 = means chars in the the text we want to find
,2)) = means looking for the other characters (H1, H2, H3)
It will return a number as reference, drag it down.. then we can finally sort it.

Hope this helps
 
ito solution ko boss (galing sa suggestion dito: You do not have permission to view the full content of this post. Log in or register now.)

Gawa ka po reference column tapos e hide mo lang.
In this example, yun column F ang reference ko.
Then I highlight both columns and click sort.
View attachment 1537412 View attachment 1537424

formula: =VALUE(MID(D2,FIND("P4/B3/",D2)+7,2))
(adjust mo lang based sa spreadsheet mo)

FIND("P4/B3/",D2) = means to find "P4/B3/" sa column D2.. ito kasi common sa mga entries sa kanila
+7 = means chars in the the text we want to find
,2)) = means looking for the other characters (H1, H2, H3)
It will return a number as reference, drag it down.. then we can finally sort it.

Hope this helps

Screenshot_4.webp
 
Solution
What should I do in this format? Is there a way I can do the one you mentioned above?
Hmm.. I think you can put the reference # (formula/method I gave) at the L column but make sure to make it into white font color to hide it.. and then just highlight the part to be sorted including the reference because sorting will be based there.
 
Hmm.. I think you can put the reference # (formula/method I gave) at the L column but make sure to make it into white font color to hide it.. and then just highlight the part to be sorted including the reference because sorting will be based there.
Scavenger Medyo hindi ako familliar sa excel at wala akong masyadong malapitan dito nong nanghingi ako ng tulong. Dude, thank you so much, di ko inexpect may tutulong sa akin sa webiste na ito. Thank you broo.

Screenshot_4.webp
 
Scavenger Medyo hindi ako familliar sa excel at wala akong masyadong malapitan dito nong nanghingi ako ng tulong. Dude, thank you so much, di ko inexpect may tutulong sa akin sa webiste na ito. Thank you broo.
no probs po, I always help when I can.. (among other people here)
suggestion lang din sa nagawa mo na. dyan sa column L. highlight mo then change font color to white para di makita.. then paliitin mo yung column width size ng column L.. para magaya sya dun sa original form (yung nasa previous pic mo)
 
no probs po, I always help when I can.. (among other people here)
suggestion lang din sa nagawa mo na. dyan sa column L. highlight mo then change font color to white para di makita.. then paliitin mo yung column width size ng column L.. para magaya sya dun sa original form (yung nasa previous pic mo)
I will po thank you so much
 
Status
Not open for further replies.

About this Thread

  • 7
    Replies
  • 412
    Views
  • 2
    Participants
Last reply from:
erojadevas

Trending Topics

Online now

Members online
401
Guests online
989
Total visitors
1,390

Forum statistics

Threads
2,275,095
Posts
28,960,628
Members
1,233,594
Latest member
baam
Back
Top