Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Travesing to one cell value based on other cell value!!

I have 2 work sheets. On worksheet XX1, I have put formula in cell C1 as
MAX(...) where I am getting value of cell C8 of worksheet XX2. Now based on
this C8 of XX2, I want to put C6 of XX2 at C2 of XX1.

I am not getting anything.. I tried to multiplex many formula's but could
not get any.. Is it possible at Excel to do it.....
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Travesing to one cell value based on other cell value!!

You need to explain the logic of this a bit more thoroughly. Why is that
because C8 is the maximum of a range on XX2 do we make C6(XX2) = C2(XX1)
Mike

"Tapash" wrote:

I have 2 work sheets. On worksheet XX1, I have put formula in cell C1 as
MAX(...) where I am getting value of cell C8 of worksheet XX2. Now based on
this C8 of XX2, I want to put C6 of XX2 at C2 of XX1.

I am not getting anything.. I tried to multiplex many formula's but could
not get any.. Is it possible at Excel to do it.....

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ag Ag is offline
external usenet poster
 
Posts: 16
Default Travesing to one cell value based on other cell value!!

Assuming MAX function is operating on a single column with fixed
number of rows you can use the following steps

Cell 1 formula =MATCH(MAX(Sheet2!A1:A11),Sheet2!A1:A11)
Cell 2 formula =ADDRESS(B1-2,1,,,"Sheet2")
Cell 3 formula =INDIRECT(B2)

HTH

Regards
Anirudh

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
Returning Cell Contents of One Cell Based On Another Cell DallasLDY Excel Worksheet Functions 5 January 31st 07 11:00 PM
Inputting cell value from source cell based on value in adjacent cell. michaelberrier Excel Discussion (Misc queries) 3 December 9th 06 09:16 PM
auto populate cell based on previous cell drop down list selectio. PuzzledbyLists Excel Discussion (Misc queries) 2 September 11th 06 01:28 AM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 1 February 11th 05 06:36 AM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 0 February 11th 05 05:35 AM


All times are GMT +1. The time now is 08:17 AM.

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"