A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Thanks, Hans
I think I have to fund another solution.
S.R
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can I create the function IF a (b, do nothing)?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Thanks, Hans
I think I have to fund another solution.
S.R
That is not possible, The moment you enter a formula in a cell, you overwrite its value.
It could be done using VBA code, but that has two disadvantages:
Let me know if you still want that.
Alternatively, use a, b, c and d.
a and b are as before, c contains the value you want to return if a is not true.
In cell d: =IF(a, b, c)
Hans, thank you for the quick reply.
The "" is not "do nothing", but "clear the cell" or "write nothing". "Do nothing" I means "remain the value of the cell as is"
Regards
S. R.