column to column conditional formatting won't work, need formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a user who has 3 columns. She has a machine listed in the first
column, the result in the 2nd column and if that result is over equal or
greater than 200, she wants the machine name listed in the different column
column. My confusion stems from the number of machines, there are about 40
of them so the example would have to contain each machine name, crorect.
It's hard to explain, kind of confusing.... For example:

Column A Column B Column F (for example)
Machine Result

22 159
333 207 333 -- so she wants the machine name to
appear
10 227 in column f if it's equal or
greater than 200
6 180

Can this be done and if so, how?
 
In F2 add this formula

=IF(B2>200,A2,"")

and copy down

no need for all the names.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top