If cell equals text from a range of cells on another sheet then enter value to the right

rdoulaghsingh

Board Regular
Joined
Feb 14, 2021
Messages
105
Office Version
  1. 365
Platform
  1. Windows
Good evening. I'm looking for a formula that will read the input from a dropdown list and if the text selected from the dropdown list equals one of the words from a range of cells on another sheet, then input the cell value of the cell immediately to the right of the text.

So basically, If cell A1 equals 'C' then read from 'sheet1' cell range A1-A26 and when C is found in the range take the value to the cell to the right (in this case 'B3) and make that the cell value with the formula.

Is this possible?

Thanks!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
If i understood correctly, then maybe a VLOOKUP would work for you

Book1
AB
1C15
Current
Cell Formulas
RangeFormula
B1B1=IFERROR(VLOOKUP(A1,Sheet1!$A$1:$B$7,2,0),"")
Cells with Data Validation
CellAllowCriteria
A1ListA,B,C


Book1
AB
1X21
2D13
3C15
4B16
5A17
6G18
7E19
Sheet1
 
Upvote 0
Solution

Forum statistics

Threads
1,214,376
Messages
6,119,175
Members
448,870
Latest member
max_pedreira

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