Formula to return value of adjacent cell if cell is 1

KyleJackMorrison

Board Regular
Joined
Dec 3, 2013
Messages
107
Office Version
  1. 365
  2. 2021
  3. 2019
Platform
  1. Windows
Hello,

I have the following table in columns

A, B ,C
Excel PNG.PNG


I would like the formula that will be in 'E1' to return the cell in column 'A' if the cell is '1' in column 'C'.

So for example the formula would return 'DDR3' as its '1,600 MHz'

Can't seem to find how to search the range and then return the adjacent cells.

many thanks,
Kyle
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
No guarantees it will work but you could try
Excel Formula:
=lookup("zzz",index($a$1:$a$100,match(1,$c$1:$c$100,0)))
Merged cells are always going to mess things up and I can't test the formula on a screen capture.
 
Upvote 0
Solution
No guarantees it will work but you could try
Excel Formula:
=lookup("zzz",index($a$1:$a$100,match(1,$c$1:$c$100,0)))
Merged cells are always going to mess things up and I can't test the formula on a screen capture.
Awesome, as far as i can tell it returned DDR3 and it works!

(I unmerged Column A)

Thankyou
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,836
Members
449,096
Latest member
Erald

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