Forum Discussion
subjectivist
May 11, 2020Copper Contributor
need help with vlookup for VLOOKUP(E2,CD,1,FALSE)
It has come upon me to see why an Excel spreadsheet does not work for a group of users. I'm experienced with VBA. A hidden cell uses the following: =NOT(ISERROR(VLOOKUP(E2,CD,1,FALSE))) . Some place...
- May 11, 2020
subjectivist Check your name manager, CD might be defined there as a range.
your third parameter "1" will pop up the look up value from E column. So you can correct if required.Seems your matching two columns.
Thanks
Kapil
jukapil
May 11, 2020MCT
subjectivist Check your name manager, CD might be defined there as a range.
your third parameter "1" will pop up the look up value from E column. So you can correct if required.Seems your matching two columns.
Thanks
Kapil
subjectivist
May 11, 2020Copper Contributor
jukapil, you got it. Thanks