Function Problem

krzysq

New Member
Joined
Jul 22, 2013
Messages
7
hi, I have this spread sheet Download file example.xlsx . What I trying to is segregate each record from Personal Details into each sheet. For example Laura(a2) had Make up(b2), so she needs to land in Make Up sheet, or Kate(a3) had manicure(b3) and has to be in Manicure sheet. Does anyone know what formula should be used, so it works when I add more records in Personal Details sheet? I hope you can understand my question. Thank you
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
hi, I have this spread sheet Download file example.xlsx . What I trying to is segregate each record from Personal Details into each sheet. For example Laura(a2) had Make up(b2), so she needs to land in Make Up sheet, or Kate(a3) had manicure(b3) and has to be in Manicure sheet. Does anyone know what formula should be used, so it works when I add more records in Personal Details sheet? I hope you can understand my question. Thank you

Rapidgator is not the best place to post your workbook.(malware)
Try Dropbox or Google Drive
 
Upvote 0
In each Sheet
A1:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
B1:
=IFERROR(INDEX('Personal Details'!$A$1:$A$7,SMALL(IF('Personal Details'!$B$1:$B$7=$A$1,ROW('Personal Details'!$A$1:$A$7)-ROW('Personal Details'!$A$1)+1),ROWS($A$1:A1))),"")
Confirm Contrl+Shift+Enter
 
Upvote 0
In each Sheet
A1:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
B1:
=IFERROR(INDEX('Personal Details'!$A$1:$A$7,SMALL(IF('Personal Details'!$B$1:$B$7=$A$1,ROW('Personal Details'!$A$1:$A$7)-ROW('Personal Details'!$A$1)+1),ROWS($A$1:A1))),"")
Confirm Contrl+Shift+Enter

everything works nice and smooth
thank you again
 
Upvote 0

Forum statistics

Threads
1,215,565
Messages
6,125,583
Members
449,237
Latest member
Chase S

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top