Forum Discussion
Using VLOOKUP over multiple columns
- Mar 14, 2025
Perhaps you simply need to expand the lookup range.
For example, if your formula now looks like this:
=VLOOKUP(A2, 'Roster Sheet'!$A$2:$G$1000, 16, FALSE)
change that to
=VLOOKUP(A2, 'Roster Sheet'!$A$2:$Z$1000, 16, FALSE)
You'll have to modify this for your setup.
If this doesn't help:
Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar?
Perhaps you simply need to expand the lookup range.
For example, if your formula now looks like this:
=VLOOKUP(A2, 'Roster Sheet'!$A$2:$G$1000, 16, FALSE)
change that to
=VLOOKUP(A2, 'Roster Sheet'!$A$2:$Z$1000, 16, FALSE)
You'll have to modify this for your setup.
If this doesn't help:
Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar?