A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Conditional formatting returns a fil colour, you can do semething along these lines
=IF(A1>=1000,"Sell","Buy")
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to write a formula to enter text (e.g., "BUY" or "SELL") in a cell based on values of adjacent cells (using Office 2010). I don't care what the color is. This should be easy but I can't find the answer. TIA Bill Roberts
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.
Answer accepted by question author
Hi,
Conditional formatting returns a fil colour, you can do semething along these lines
=IF(A1>=1000,"Sell","Buy")
I should have known better. Sorry about that.