Pandora867
New Member
- Joined
- Dec 18, 2023
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hello -
I am trying to streamline some reporting for work and need to verify a positive of negative improvement from week to week within the same document. Each week has it's own sheet with it's own set of data that is populated from in the field each week.
How can I make sure the cell remains blank until the current week's data is entered, instead of a return of "False" in this statement?
=IF(AND('Week 45'!M2<>"", 'Week 46'!M2<>""), 'Week 46'!M2-'Week 45'!M2), ""
I am trying to streamline some reporting for work and need to verify a positive of negative improvement from week to week within the same document. Each week has it's own sheet with it's own set of data that is populated from in the field each week.
How can I make sure the cell remains blank until the current week's data is entered, instead of a return of "False" in this statement?
=IF(AND('Week 45'!M2<>"", 'Week 46'!M2<>""), 'Week 46'!M2-'Week 45'!M2), ""