mrsphxbabe
Board Regular
- Joined
- Aug 11, 2008
- Messages
- 60
Can someone look at this code and tell me what I am doing wrong? I am trying to add a column into a spread sheet by taking tghe information from sheet 2 of the workbook.
=IF($B3<>"",VLOOKUP($B3,Sheet2!$A$1:$B$200,2,FALSE),IF($C3<>"",VLOOKUP($C3,Sheet2!$A$1:$B$200,2,FALSE),VLOOKUP($D3,Sheet2!$A$1:$B$200,2,FALSE)))
It only returns the value of #N/A
What am I doing wrong?
Thanks for your help!
=IF($B3<>"",VLOOKUP($B3,Sheet2!$A$1:$B$200,2,FALSE),IF($C3<>"",VLOOKUP($C3,Sheet2!$A$1:$B$200,2,FALSE),VLOOKUP($D3,Sheet2!$A$1:$B$200,2,FALSE)))
It only returns the value of #N/A
What am I doing wrong?
Thanks for your help!