I’m trying to do an Excel formula to do this:
If A1 is blank then copy the data from A2. I can do this if it is in different columns but I’m struggling when it’s in the same column.
Thanks
I have tried =IF(A1=””, A2)
I get an error
New contributor
Rebecca Roskell-Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.