A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Let's say we're talking about cells A2 and B2.
=IF(A2>=B2,AVERAGE(A2:B2),A2)
This can be filled or copied down if necessary.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I get my IF formula to work for the below situation: =IF, Field A is Greater than or equal to Field B, then average both fields, IF, Field A is Less than or equal to Field B, Use Field A?
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.
Let's say we're talking about cells A2 and B2.
=IF(A2>=B2,AVERAGE(A2:B2),A2)
This can be filled or copied down if necessary.