if formula

krzysq

New Member
Joined
Jul 22, 2013
Messages
7
I'm sure for all of you its easy but I don't know how to simplify this formula: =IF('Personal Details'!AB58="female waxing", 'Personal Details'!B58, IF('Personal Details'!AB59="female waxing", 'Personal Details'!B59, IF('Personal Details'!AB60="Female Waxing", 'Personal Details'!B60,IF('Personal Details'!AB61="Female Waxing", 'Personal Details'!B61,"")))) ???? Thank you
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi
Welcome to the board

Try:

=IFERROR(INDEX(B58:B61,MATCH("female waxing",'Personal Details'!AB58:AB61,0)),"")
 
Upvote 0
Sorry, forgot the worksheet name in the first reference:

=IFERROR(INDEX('Personal Details'!B58:B61,MATCH("female waxing",'Personal Details'!AB58:AB61,0)),"")
 
Upvote 0
Sorry, forgot the worksheet name in the first reference:

=IFERROR(INDEX('Personal Details'!B58:B61,MATCH("female waxing",'Personal Details'!AB58:AB61,0)),"")

Thank you this works perfectly. Do you know what should I put in the cell below the one I put your formula, so its not repeating value???
 
Upvote 0
=IFERROR(INDEX('personal details'!$B$58:$B$61,SMALL(IF('personal details'!$AB$58:$AB$61="female waxing",ROW('personal details'!$AB$58:$AB$61)-ROW('personal details'!$B$58)+1),ROWS($A$1:A1))),"")
Confirm Control+shift+enter
 
Upvote 0

Forum statistics

Threads
1,216,167
Messages
6,129,266
Members
449,497
Latest member
The Wamp

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