display results of formula in different cell

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

Guest

I need to display the results of an IF formula in a cell other that the one where the formula is located. Can I do that? How/ Thanks!!!
 
A formula can only return a result to the cell it is in. It cannot do
anything else, including affecting other cells.

You could have a formula in the other cell referencing the cell you're
interested in. And you could numer format the primary cell so that it
doesn't display anything (use the ;;; custom number format).
 
You can link that cell to the original. Assume the formula is in A1 and you
want to see the results in F1 as well as A1

=A1 in F1 would do that.

However, A1 would also display the result. You could give it a custom
number format like ;;;

if you don't want to see anything in A1 (but the value is still there).

--
regards,
Tom Ogilvy


ScheduleQueen said:
I need to display the results of an IF formula in a cell other that the
one where the formula is located. Can I do that? How/ Thanks!!!
 
ScheduleQueen,

See your other post as well, and please don't multipost.

Regards
Anders Silven

ScheduleQueen said:
I need to display the results of an IF formula in a cell other that the one
where the formula is located. Can I do that? How/ Thanks!!!
 

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