how put "X" in a cell on a wksht if value of cell on another wksht is >12.4

  • Thread starter Thread starter vic
  • Start date Start date
V

vic

very amatuer question. sorry: trying to put an "X" in a
cell on a worksheet if the number in a cell from a
previous worksheet is > 12.4 (i.e. if a # in a particular
cell on a worksheet is > 12.4 then put an "X" in a
particular cell on another worksheet.)
much thanks and appreciation to anyone who can help.
vic
 
In that other sheet, a formula something like this:

=IF(Sheet1!A1>12.4,"X","")
 

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