kingn8link
New Member
- Joined
- Nov 30, 2017
- Messages
- 2
Having trouble figuring this out, and I'm new to this. In fact, this is my first foray into the world of Excel.
Using this formula in column B, I want to return the data from column F based on the info entered in A. Additionally, if A returns an error, then I am duplicating the value of A into B.
However, I also want the formula to ignore Blank cells in A. So B should only contain returned values, or duplicate values from A. Currently, it displays a 0 when no data is entered into A when it needs to be blank.
I'm wondering if the formula needs to be nested within another formula, or if I'm approaching this the wrong way.
Any help is appreciated!
=IFERROR(VLOOKUP(A2,$E:$F,2,FALSE),A2)
Using this formula in column B, I want to return the data from column F based on the info entered in A. Additionally, if A returns an error, then I am duplicating the value of A into B.
However, I also want the formula to ignore Blank cells in A. So B should only contain returned values, or duplicate values from A. Currently, it displays a 0 when no data is entered into A when it needs to be blank.
I'm wondering if the formula needs to be nested within another formula, or if I'm approaching this the wrong way.
Any help is appreciated!