Simple cross-reference formula

lennon74

New Member
Joined
Jun 13, 2003
Messages
4
I'm trynig to retrieve the data from a cell that is next to a cell with a certain value.

Here's what I'm talking about:

Apple 1
Boy 2
Cat 3
Dog 4

If cell a6 is 4, then I want cell a7 to display "Cat".
This is probably really simple, but I'm pretty new to excel and couldn't figure it out.
Thanks in advance!
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi - welcome to the board!

Review the help file for vlookup - post back if you need more.
 
Upvote 0
lennon74 said:
I'm trynig to retrieve the data from a cell that is next to a cell with a certain value.

Here's what I'm talking about:

Apple 1
Boy 2
Cat 3
Dog 4

If cell a6 is 4, then I want cell a7 to display "Cat".
This is probably really simple, but I'm pretty new to excel and couldn't figure it out.
Thanks in advance!

a7=if(a6=4,"cat","") etc

Edit: that was the not looking answer! Check PaddyD's suggestion!
 
Upvote 0
Actually, Paddy's wont work either, because this is (If I understood correctly) a left-hand lookup, which can be achieved using INDEX/MATCH.
 
Upvote 0

Forum statistics

Threads
1,214,621
Messages
6,120,563
Members
448,972
Latest member
Shantanu2024

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