A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Try this
=IF(C16="Yes",B16-10,B16)
Ensure that C16 has a Yes or a No only.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Trying to do an excel formula that gives me the option to say, if cell C16 has a "Yes" then subtract $10 from cell B16, if cell C16 has "No" then subtract zero from B16.
I've tried this formula and keep getting errors message. =if(C16="Yes",B16-10),(if(C16="No",B16-0)
Help would be appreciated
Mary Lou Crawford
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.
Hi,
Try this
=IF(C16="Yes",B16-10,B16)
Ensure that C16 has a Yes or a No only.