bamaisgreat
Well-known Member
- Joined
- Jan 23, 2012
- Messages
- 831
- Office Version
- 365
- Platform
- Windows
Is there away for lets say. If A2 contains data then TODAYS date is entered into P4. Thanks as always....
Maybe this...Is there away for lets say. If A2 contains data then TODAYS date is entered into P4. Thanks as always....
=if(isblank(a2),"",today())which technique are you using?
Try it like this...=if(isblank(a2),"",today())