Forum Discussion
Nik_S36
Jul 19, 2022Copper Contributor
Excel formula
Hi,
I'm hoping to get some assistance with a formula for, if a cell (J13) in my spreadsheet is blank, I would like it to display the details (date) in cell C4. Is this possible?
- Detlef_LewinSilver Contributor
You are not giving much information.
=IF(J13="","display the details (date)","something else")