I’m having trouble doing something I suspect should be easier than I’m finding it and would love some help…
In the first tab I have range of 3 columns and 53 rows (A1:C53) – this data is just essentially just a lookup table where column 1 is a week number (1 through 53), column 2 is the week starting date and column 3 is the week ending date.. easy…
In a second tab I have a single column range that is 566 rows long (A1:A566) – these records relate to independent time sheet entries so there may be multiple rows with the same date
scene is set..
now what I want to do in the second tab is add a column that reports the week number for each individual row. For instance, if the date in tab 2 falls between the start and end date of week 16, then 16 is written to the cell.
any ideas??