"Ultra Wave Heater: 2024/25 Updates...
Jobs & Education1 min ago
On a spreadsheet I want the following in Cell C1:
If A1 = yes then C1 = 13, but if A1 = No then C1 = 11. which I have done using the following formula for C1:
=IF((A1="yes"),13,IF((A1="no"),11,""))
However, I want to add that if Cell B1 is empty then C1 should be empty no matter what is in A1.
I hope this makes sense and thanks for any help.
No best answer has yet been selected by Kerplunk. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.