Hi all!
I have a workbook with 2 sheets.
Sheet1 has:
Day of the week
Created time
Number
Sheet2 has:
A table with all days of the week like this, with starting time of 0:00 to 23:00 in 1 hour increments( 1:00, 2:00, 3:00, etc..)
Monday 0:00 - 23:00
Tuesday 0:00 - 23:00
etc..
Each day and Hour has a number assigned to it, for example Monday 6:00 has a number 1, Monday 8:00 has a number 3, and the same for the other days and times of the week. All that data in a table.
What I am trying to accomplish is on Sheet1, I want the Number to be pull from the table on Sheet 2. For example:
On sheet1:
Day of the week: Monday
Created Time: 6:07
Number: it will look at the table on sheet2 and match the day of the week and time and return the value assigned the day and time on sheet2 to the Number.
I was thinking on doing match and index, but I got lost with the times.
Any ideas on how to get this done?
Thanks in advance!
I have a workbook with 2 sheets.
Sheet1 has:
Day of the week
Created time
Number
Sheet2 has:
A table with all days of the week like this, with starting time of 0:00 to 23:00 in 1 hour increments( 1:00, 2:00, 3:00, etc..)
Monday 0:00 - 23:00
Tuesday 0:00 - 23:00
etc..
Each day and Hour has a number assigned to it, for example Monday 6:00 has a number 1, Monday 8:00 has a number 3, and the same for the other days and times of the week. All that data in a table.
What I am trying to accomplish is on Sheet1, I want the Number to be pull from the table on Sheet 2. For example:
On sheet1:
Day of the week: Monday
Created Time: 6:07
Number: it will look at the table on sheet2 and match the day of the week and time and return the value assigned the day and time on sheet2 to the Number.
I was thinking on doing match and index, but I got lost with the times.
Any ideas on how to get this done?
Thanks in advance!