Sean15
Well-known Member
- Joined
- Jun 25, 2005
- Messages
- 719
- Office Version
- 2010
- Platform
- Windows
Hi:
Could you tell me why this formula is returning ""
=IF('LReports'!J3="UG",VLOOKUP(H3,'AVERAGE Price'!$B$5:$D$39,3,0),IF(J3="DF",VLOOKUP('LReports'!H3,'AVERAGE Price'!$B$5:$D$39,2,0),""))
VLOOKUP range looks something like this:
column B column C column D
MMYY DF UG
917 1.8954 1.7754
1017 1.8804 1.6722
1117 1.9728 1.7295
values in J are "DF", "UG" and No code
values in H: 917, 1017, 1117...
Thanks for your help.
Sean
Could you tell me why this formula is returning ""
=IF('LReports'!J3="UG",VLOOKUP(H3,'AVERAGE Price'!$B$5:$D$39,3,0),IF(J3="DF",VLOOKUP('LReports'!H3,'AVERAGE Price'!$B$5:$D$39,2,0),""))
VLOOKUP range looks something like this:
column B column C column D
MMYY DF UG
917 1.8954 1.7754
1017 1.8804 1.6722
1117 1.9728 1.7295
values in J are "DF", "UG" and No code
values in H: 917, 1017, 1117...
Thanks for your help.
Sean
Last edited: