Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 71
Default Cell reference of result

The result of the following formula is 1,396,250; it is found in cell E44:
=LARGE($C$44:$F$44,COUNTIF($C$44:$F$44,"0"))

What function can I use to return the cell reference (i.e., E44) rather than
the amount?

FYI . . . The amounts in the array are as follows, if it matters:
C44 -1650000
D44 -436250
E44 1396250
F44 3575000

Thank you!
Elizabeth
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Cell reference of result

Hi!

Try this:

=ADDRESS(ROW(C44:F44),MATCH(LARGE(C44:F44,COUNTIF( C44:F44,"0")),C44:F44,0)+COLUMNS($A44:B44),4)

Biff

"Elizabeth" wrote in message
...
The result of the following formula is 1,396,250; it is found in cell E44:
=LARGE($C$44:$F$44,COUNTIF($C$44:$F$44,"0"))

What function can I use to return the cell reference (i.e., E44) rather
than
the amount?

FYI . . . The amounts in the array are as follows, if it matters:
C44 -1650000
D44 -436250
E44 1396250
F44 3575000

Thank you!
Elizabeth



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 71
Default Cell reference of result

Biff:
PERFECT! I tried all sorts of combinations of functions before requesting
help, but didn't tried "Match". THANK YOU SO MUCH!
Elizabeth

"Biff" wrote:

Hi!

Try this:

=ADDRESS(ROW(C44:F44),MATCH(LARGE(C44:F44,COUNTIF( C44:F44,"0")),C44:F44,0)+COLUMNS($A44:B44),4)

Biff

"Elizabeth" wrote in message
...
The result of the following formula is 1,396,250; it is found in cell E44:
=LARGE($C$44:$F$44,COUNTIF($C$44:$F$44,"0"))

What function can I use to return the cell reference (i.e., E44) rather
than
the amount?

FYI . . . The amounts in the array are as follows, if it matters:
C44 -1650000
D44 -436250
E44 1396250
F44 3575000

Thank you!
Elizabeth




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Cell reference of result

You're welcome. Thanks for the feedback!

Biff

"Elizabeth" wrote in message
...
Biff:
PERFECT! I tried all sorts of combinations of functions before requesting
help, but didn't tried "Match". THANK YOU SO MUCH!
Elizabeth

"Biff" wrote:

Hi!

Try this:

=ADDRESS(ROW(C44:F44),MATCH(LARGE(C44:F44,COUNTIF( C44:F44,"0")),C44:F44,0)+COLUMNS($A44:B44),4)

Biff

"Elizabeth" wrote in message
...
The result of the following formula is 1,396,250; it is found in cell
E44:
=LARGE($C$44:$F$44,COUNTIF($C$44:$F$44,"0"))

What function can I use to return the cell reference (i.e., E44) rather
than
the amount?

FYI . . . The amounts in the array are as follows, if it matters:
C44 -1650000
D44 -436250
E44 1396250
F44 3575000

Thank you!
Elizabeth






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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
VBA Monty Excel Worksheet Functions 2 January 30th 06 01:37 PM
how do I format a cell reference to move as source changes KGray Excel Worksheet Functions 1 August 13th 05 12:41 AM
I NEED HELP with the SPELLNUMBER Function vag Excel Worksheet Functions 0 June 21st 05 08:17 AM


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

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"