Share via

enter text using conditional formatting

Anonymous
2011-07-22T19:48:24+00:00

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

Microsoft 365 and Office | Excel | For home | Windows

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.

0 comments No comments

Answer accepted by question author

Anonymous
2011-07-22T20:05:04+00:00

Hi,

Conditional formatting returns a fil colour, you can do semething along these lines

=IF(A1>=1000,"Sell","Buy")

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2011-07-22T22:03:40+00:00

    I should have known better.  Sorry about that.

    Was this answer helpful?

    0 comments No comments