i have two tables, one table is small and i have entered a start date and time and a end date and time togeher with a lookup value eg 01/08/23 00:00, 01/08/23 04:30, Brand A.
The other table is large and i am incrementing a whole month minute by minute, eg
01/08/23 00:00, 01/08/23 00:01
01/08/23 00:01, 01/08/23 00:02
i am using index match to check if the dates and times in table 2 fall between the dates and times in table one and bring back the third column from table 1. The issue is for the very last minute it is not bringing back the value from table one i.e
01/08/23 04:29, 01/08/23 04:30 - it is saying when i do a = test that the 01/08/23 in table 2 is not the same as that in table 1. it seems when excel is incrementing them in table two the number diverge a bit.
Any tips, i have tried in incrementing in diff ways
The other table is large and i am incrementing a whole month minute by minute, eg
01/08/23 00:00, 01/08/23 00:01
01/08/23 00:01, 01/08/23 00:02
i am using index match to check if the dates and times in table 2 fall between the dates and times in table one and bring back the third column from table 1. The issue is for the very last minute it is not bringing back the value from table one i.e
01/08/23 04:29, 01/08/23 04:30 - it is saying when i do a = test that the 01/08/23 in table 2 is not the same as that in table 1. it seems when excel is incrementing them in table two the number diverge a bit.
Any tips, i have tried in incrementing in diff ways