Dirtydrongo
New Member
- Joined
- May 9, 2024
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hey,
I have the following issue,
I have calculated relevant input data from sheet 'Raw Data Input' which is daily input then cleared after entry this has been formulated to input per the attached.
Desired outcome have the macro search column 'A' for todays date and replace Column 'D to R' with the value on the relevant row.
Additionally the following formula to find the data returns false if not current date therefore cell 'D12' I would like to be blank if not meeting the condition.
Current Formula '=IF(A12=TODAY(),(IF('Raw Data Input'!$B$2="","",VLOOKUP($E$1,'Raw Data Input'!$A$2:$D$1000,2,FALSE))))'
Any help would be appreciated.
I have the following issue,
I have calculated relevant input data from sheet 'Raw Data Input' which is daily input then cleared after entry this has been formulated to input per the attached.
Desired outcome have the macro search column 'A' for todays date and replace Column 'D to R' with the value on the relevant row.
Additionally the following formula to find the data returns false if not current date therefore cell 'D12' I would like to be blank if not meeting the condition.
Current Formula '=IF(A12=TODAY(),(IF('Raw Data Input'!$B$2="","",VLOOKUP($E$1,'Raw Data Input'!$A$2:$D$1000,2,FALSE))))'
Any help would be appreciated.