Greetings,
Been working this problem for hours, one worksheet referencing another with vlookup.
Column A in both sheets contain times in 15 minute increments
ws1:
A3:A48 = time of day in 15 minute increments
B3:B48 = various activities in text
ws2:
A3 is a dropdown with a specific time (6:00 AM, 6:15 AM, ect.)
A4:A48 is next time in +15 minute increments A3+TIME(0,15,0)..A4+TIME(0,15,0).. and so on
B3:B48 contain vlookup formulas ex. B3 =vlookup($A3,'ws1!$A$3:$F$48,2,FALSE), B4 =vlookup($A4,'ws1!$A$3:$F$48,2,FALSE), ect...
Continues to return #N/A
I've checked =isnumber() and istext() for column A on both sheets, both are TRUE for ISNUMBER.
Problem appears to be with the formulas adding 15 minutes in Column A in ws2 (Lookup Values).
Can anyone assist? Greatly appreciated......
Been working this problem for hours, one worksheet referencing another with vlookup.
Column A in both sheets contain times in 15 minute increments
ws1:
A3:A48 = time of day in 15 minute increments
B3:B48 = various activities in text
ws2:
A3 is a dropdown with a specific time (6:00 AM, 6:15 AM, ect.)
A4:A48 is next time in +15 minute increments A3+TIME(0,15,0)..A4+TIME(0,15,0).. and so on
B3:B48 contain vlookup formulas ex. B3 =vlookup($A3,'ws1!$A$3:$F$48,2,FALSE), B4 =vlookup($A4,'ws1!$A$3:$F$48,2,FALSE), ect...
Continues to return #N/A
I've checked =isnumber() and istext() for column A on both sheets, both are TRUE for ISNUMBER.
Problem appears to be with the formulas adding 15 minutes in Column A in ws2 (Lookup Values).
Can anyone assist? Greatly appreciated......