I am wanting to calculate Netdays but only if there is data in 'Corrective Action 1'
I am currently using this formula:
=IF(ISBLANK([Date Action 1 Complete]@row ), NETDAYS([Date of Event]@row , TODAY()), NETDAYS([Date of Event]@row , [Date Action 1 Complete]@row ))
How do I adjust it to only pull a date when Corrective Action 1 is not blank?
Thank you in advance!