View Single Post
 
Old 05-04-2011, 06:06 AM
OTPM OTPM is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default Multiple VLOOKUP's checking multiple Cells

Hi
I have a question I need some help with. I want to create a formula that will check multiple cells against multiple Finish Dates in a spreadsheet. The formula I have to check the first cell is:
=IF(VLOOKUP(I11,A:F,6,FALSE)<TODAY(),"At Risk","On Time")
and this works fine but I would also like to check columns J to Z in the same formula. I am trying to avoid using VBA so that it can be used in the future by users who are not familiar with VBA.
Any help would be appreciated.
OTPM
Reply With Quote