#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default DISPLAY A RESULT

hI

Cell B1 displays the answer $B$200 which is the correct result of a formula.
In cell C1 I now need to display the contents of cell C200.
How cabn I achieve this?
--
bookman
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default DISPLAY A RESULT

Venturing a guess that you really meant

Display the cell contents of the cell ref
returned by the formula that you have in B1
(eg it's returned in B1 as say: B200)

Then in C1: =IF(B1="","",INDIRECT(B1))
will return the contents of the cell ref in B1, ie: B200

P/s: think there was typo in your post when you said "C200"
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
"bookman3" wrote:
Cell B1 displays the answer $B$200 which is the correct result of a formula.
In cell C1 I now need to display the contents of cell C200.
How can I achieve this?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default DISPLAY A RESULT

Hi

Actually there wasn't a typo.
Maybe I need to be morer explicit.
This is a simplified example of what I am trying to do

Say range A3:A6 Displays 1st Jan to 4th Jan
and Range B3:B6 Displays the values 1,2,3 and 4 in that order.

In cell B1 I am now displaying the result $B$6 which is the max.
In cell A1 I now want to display the date of the maximum result.
--
bookman


"Max" wrote:

Venturing a guess that you really meant

Display the cell contents of the cell ref
returned by the formula that you have in B1
(eg it's returned in B1 as say: B200)

Then in C1: =IF(B1="","",INDIRECT(B1))
will return the contents of the cell ref in B1, ie: B200

P/s: think there was typo in your post when you said "C200"
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
"bookman3" wrote:
Cell B1 displays the answer $B$200 which is the correct result of a formula.
In cell C1 I now need to display the contents of cell C200.
How can I achieve this?


  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default DISPLAY A RESULT

In A1: =INDEX(A3:A6,MATCH(B1,B3:B6,0))
Format A1 as date to taste

Should there be ties in the max value within B3:B6, then A1 will return the
1st match, ie the date higher up within A3:A6
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
"bookman3" wrote:
Actually there wasn't a typo.
Maybe I need to be morer explicit.
This is a simplified example of what I am trying to do

Say range A3:A6 Displays 1st Jan to 4th Jan
and Range B3:B6 Displays the values 1,2,3 and 4 in that order.

In cell B1 I am now displaying the result $B$6 which is the max.
In cell A1 I now want to display the date of the maximum result.


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 of formula result KerriBarsh Excel Worksheet Functions 2 January 28th 08 07:33 PM
how to not display a certain result iamtaranicole Excel Discussion (Misc queries) 6 November 9th 07 10:02 PM
How do I display 0 if it is the end result for a formula Ruben061479 Excel Discussion (Misc queries) 4 September 6th 07 04:53 PM
How do I display the RESULT of a formula Poor microsoft user New Users to Excel 3 April 27th 05 03:18 PM
Display result as Yes or No Pat Excel Worksheet Functions 1 November 1st 04 02:35 PM


All times are GMT +1. The time now is 02:25 PM.

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

About Us

"It's about Microsoft Excel"