Im in over my head

doveyp

New Member
Joined
May 1, 2011
Messages
17
Can somene please help me with the following: if cell b16=any cell in the range f16:j16 then display the cell in column k that is in the same row as the match? If no match in the range please display nothing. Thankyou in advance.
 
Hi Jason,

Thankyou the workaround works, much appreciated. I shall apply it to my large spreadhseet and see how we go. Thanks.
 
Upvote 0

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
When I change the data in b16 I still get a result even if B16 has no exact match in the data table range f15:j16. It seems to give me the closest match.
 
Upvote 0
Try this version instead, needs to be array confirmed with shift ctrl enter as before.

=IF(OR($F$15:$J$16=B16),INDEX($K$15:$K$16,MIN(IF($F$15:$J$16=B16,(ROW($K$15:$K$16))))-ROW($K$15)+1),"")
 
Upvote 0
maybe this can do what you want as well, this just an alternative, if it works for you use good, :) if not, please ignore :)


Excel Workbook
BCDEFGHIJK
16bluebrownredgreenblueredblue
17purplebrownredgreenbluered
Sheet14
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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