Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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!!!
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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). -- Jim Rech Excel MVP "ScheduleQueen" wrote in message ... 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!!! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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" wrote in message ... 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!!! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ScheduleQueen,
See your other post as well, and please don't multipost. Regards Anders Silven "ScheduleQueen" skrev i meddelandet ... 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!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display results of formula | Excel Worksheet Functions | |||
How do you display IF statement results in a different cell | Excel Worksheet Functions | |||
How do you display IF statement results in a different cell | Excel Worksheet Functions | |||
Formula display - no results | Excel Discussion (Misc queries) | |||
Display the results not the formula in the task bar | Excel Worksheet Functions |