chrono2483
Board Regular
- Joined
- Aug 23, 2014
- Messages
- 164
- Office Version
- 2016
Hello,
I have a sheet that contains columns of merged cells that have dates, Sunday to Saturday, as the heading. Under which are 2 columns (b/c the date cell is merged), that contain information. Column 1 and 2. Column 1 is the side header for the data in column 2:
|Sunday, Nov 30|
|Service Level| 35%|
On a separate sheet, I want to be able to include a formula, so that it will recognize what day it is today, and pull data from the cell. I tried using "IF" statements, however it didn't work, as it kept giving me the data for Sunday, even it I reference today as "Dec 2".
This is my formula:
=IF('Notes'!A1:B1='HOME'!A1:B1,'HOME'B2,('Notes'!A1:B1='HOME'!D1:E1,'HOME'!E2,IF.....) [and so on until Saturday]
Were 'Notes'!A1:B1 is today's date in the new sheet [=today()]
'HOME'!A1:B1 is the date from original sheet
'HOME'B2/'HOME'!E2 are the data that I want returned
I hope this is clear, if not I can clarify.
Thank you!
I have a sheet that contains columns of merged cells that have dates, Sunday to Saturday, as the heading. Under which are 2 columns (b/c the date cell is merged), that contain information. Column 1 and 2. Column 1 is the side header for the data in column 2:
|Sunday, Nov 30|
|Service Level| 35%|
On a separate sheet, I want to be able to include a formula, so that it will recognize what day it is today, and pull data from the cell. I tried using "IF" statements, however it didn't work, as it kept giving me the data for Sunday, even it I reference today as "Dec 2".
This is my formula:
=IF('Notes'!A1:B1='HOME'!A1:B1,'HOME'B2,('Notes'!A1:B1='HOME'!D1:E1,'HOME'!E2,IF.....) [and so on until Saturday]
Were 'Notes'!A1:B1 is today's date in the new sheet [=today()]
'HOME'!A1:B1 is the date from original sheet
'HOME'B2/'HOME'!E2 are the data that I want returned
I hope this is clear, if not I can clarify.
Thank you!