Forum Discussion
Stephen010
May 21, 2021Copper Contributor
Need help with formula as not sure what am doing wrong
Could someone help please? The formula for column I is =IF(ISNA(VLOOKUP(H11,$Y$10:$Z$34,2,FALSE)),"",(VLOOKUP(H11,$Y$10:$Z$34,2,FALSE))) What I need and am struggling to work out is I need Column J...
- May 22, 2021
As variant
in J =IFNA(VLOOKUP($I11,$Z$10:$AB$34,3,0),"") in E =IFNA(LOOKUP($H11,{0,4,8,15,21},$AB$38:$AB$42),"")
JoeUser2004
May 21, 2021Bronze Contributor
[.... deleted by me ....]
Sorry, I misread your original posting. You clearly wrote: ``The formula for column I is =IF(ISNA(VLOOKUP(H11,$Y$10:$Z$34,2,FALSE)) ....``
- Stephen010610May 22, 2021Copper Contributor
JoeUser2004 thanks for your reply, I am responding as Stephen010610 as when I tried to login, all I got was the register page. anyway table attached.