Excel formula conditional upon another cell value

  • Thread starter Thread starter Harry
  • Start date Start date
H

Harry

Hello

This should be easy. I want to set the value of a certain cell to the value of another, if the value of a third cell =
Y. So, I went

=IF(K171=Y,K198)

It gives me an error, telling me to enter a valid number.

Anyone see the error.

Thank you

Harry
 
What is Y? You can test for a value (1, "a", etc), a cell ref (Y10, AZ7,
etc.), or a named range (any name referring to a cell).

--

HTH

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


Harry said:
Hello

This should be easy. I want to set the value of a certain cell to the
value of another, if the value of a third cell =
 

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