A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi my name is Ross, I'm an independent advisor. I'd be happy to help with your issue.
To explain this I’ll use this example,
Value 1 is in A1, value 2 is in B1, the criteria value is in C1 and the cell with the formula would be in D1.
I want C1 to equal Apples as the criteria. If it does not match then just display blank
.
=IF(C1="Apples",A1-B1,"")
Regards,
Ross