Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Doug Laidlaw
 
Posts: n/a
Default Use address function or other

I want a formula to show me the cell range of a group of data. In the below
example which looks like a piviot table result, what formula can I put in
cell C5 to tell me that "Giants" ranges from A5:A8. I want the formula to
give me A5:A8.

A B
5 Giants Jeff
6 Steve
7 Bob
8 Dave
9 Mets Ralph
10 Phil

  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Not sure what you're trying to achieve, but you could
piece together the range using:

=ADDRESS(MATCH("Giants",A:A,0),1,4)&":"&ADDRESS(MA TCH
("Giants",A:A,0)+MATCH("*",OFFSET(A1,MATCH("Giants ",A:A,0)
+1,,1000),0),1,4)

HTH
Jason
Atlanta, GA

-----Original Message-----
I want a formula to show me the cell range of a group of

data. In the below
example which looks like a piviot table result, what

formula can I put in
cell C5 to tell me that "Giants" ranges from A5:A8. I

want the formula to
give me A5:A8.

A B
5 Giants Jeff
6 Steve
7 Bob
8 Dave
9 Mets Ralph
10 Phil

.

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
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM
Using result from ADDRESS function as a cell reference itself LShutzberg Excel Worksheet Functions 3 December 12th 04 11:18 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
Passing Cell Address to Offset Bob Excel Worksheet Functions 2 December 1st 04 04:56 PM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM


All times are GMT +1. The time now is 02:28 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"