Return Value based on 2 different cells Matching???

aussie_fisher

New Member
Joined
Mar 31, 2022
Messages
2
Office Version
  1. 2007
Platform
  1. Windows
I am trying to return a value from column T by matching columns U & R. I.e. if a value in column U matches any number in column R, than return the number immediately to the left of matching column U.

Since U32 = a number in column in R, (in this case R33), I thought V32 should return -47.625, but I must be doing something wrong. (Image below).

I have limited experience with excel. I have used Index Match correctly in the past, but I feel there could be an easier way to find the correct value from T.

Please advise, how to FIX or EASIER WAY to do this. Many thanks in advance. (excel 2007)

indexmatch.JPG
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Best guess would be that they are not an exact match. If the cells are formatted to 5 decimal places but the underlying values have higher precision then the formula will use the actual value, not the visible value.
 
Upvote 0
Solution
Best guess would be that they are not an exact match. If the cells are formatted to 5 decimal places but the underlying values have higher precision then the formula will use the actual value, not the visible value.
Thank you, I have now applies a rounding function to all relevant figures so that isnt an issue anymore. However in the meantime,
I have created a work around using IF COUNTIF function which returns yes/no for matching numbers and then go from there.
Wish it was neater and I'm sure there's a better way but good enough for now... Thanks for your help!
 
Upvote 0

Forum statistics

Threads
1,215,743
Messages
6,126,613
Members
449,322
Latest member
Ricardo Souza

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