if cell a is true change cell b value
Hi All!
In Numbers I would like a formula that [simplified] if cell C1 is not blank then cell C2 changes to a given text string of "No". C1 will contain text
So very crudely in cell C1 i had =IF (C1="", "", C2="No")
But this doesn't work.
Seem to only be able to find information on ways to do this in excel using VBA!
Any suggestions would be greatly appreciated.