Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default display results of formula in different cell

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default display results of formula in different cell

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default display results of formula in different cell

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default display results of formula in different cell

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Display results of formula jto Excel Worksheet Functions 1 January 13th 10 03:50 PM
How do you display IF statement results in a different cell Neall Excel Worksheet Functions 3 June 23rd 07 10:39 PM
How do you display IF statement results in a different cell Neall Excel Worksheet Functions 7 June 22nd 07 08:53 PM
Formula display - no results Wannano Excel Discussion (Misc queries) 3 March 20th 07 06:52 PM
Display the results not the formula in the task bar Paul K. Excel Worksheet Functions 3 September 27th 05 11:54 PM


All times are GMT +1. The time now is 05:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"