Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kanaski79
 
Posts: n/a
Default How to count how many cells a linked cell group occupies

I am looking for a way to count how many cells are in a linked group. Then
using this as a range starting at the first cell in the liked group (but a
different column) find the greatest number in the range of cells.
  #2   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi

By linked group do you mean a named range?

If so
=COUNTA(your_range)
=MAX(your_range)

Regards

Roger Govier


Kanaski79 wrote:
I am looking for a way to count how many cells are in a linked group. Then
using this as a range starting at the first cell in the liked group (but a
different column) find the greatest number in the range of cells.

  #3   Report Post  
Kanaski79
 
Posts: n/a
Default

No not realy. I have a record number in a group of merged cells. Should
have used that before I said the wrong name sorry. I want to use a lookup to
find the record number (which is a merged cell group), find out how many
cells that takes up (it can vary in the report I'm working with), then return
the largest number (date, but it just depends on how you format the cells).
Complicated I know. I have been racking my brain for weeks trying to figure
out if this is even possible.

Thanks for your expertise.

Kevin Kanaski


"Roger Govier" wrote:

Hi

By linked group do you mean a named range?

If so
=COUNTA(your_range)
=MAX(your_range)

Regards

Roger Govier


Kanaski79 wrote:
I am looking for a way to count how many cells are in a linked group. Then
using this as a range starting at the first cell in the liked group (but a
different column) find the greatest number in the range of cells.


  #4   Report Post  
Kanaski79
 
Posts: n/a
Default

Oh. I should say that the column that the dates are in can contain multiple
dates. This is a repair tracking sheet so each person who touches the unit
has to open and close the issue.

Thanks again.

"Kanaski79" wrote:

No not realy. I have a record number in a group of merged cells. Should
have used that before I said the wrong name sorry. I want to use a lookup to
find the record number (which is a merged cell group), find out how many
cells that takes up (it can vary in the report I'm working with), then return
the largest number (date, but it just depends on how you format the cells).
Complicated I know. I have been racking my brain for weeks trying to figure
out if this is even possible.

Thanks for your expertise.

Kevin Kanaski


"Roger Govier" wrote:

Hi

By linked group do you mean a named range?

If so
=COUNTA(your_range)
=MAX(your_range)

Regards

Roger Govier


Kanaski79 wrote:
I am looking for a way to count how many cells are in a linked group. Then
using this as a range starting at the first cell in the liked group (but a
different column) find the greatest number in the range of cells.


  #5   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi Kevin

I tend to avoid merged cells whenever I can.

Values are held in the top left cell of any group of merged cells.
If you have a column of dates, then
=MAX(A2:A100) for example will give the latest date.

Regards

Roger Govier


Kanaski79 wrote:
Oh. I should say that the column that the dates are in can contain multiple
dates. This is a repair tracking sheet so each person who touches the unit
has to open and close the issue.

Thanks again.

"Kanaski79" wrote:


No not realy. I have a record number in a group of merged cells. Should
have used that before I said the wrong name sorry. I want to use a lookup to
find the record number (which is a merged cell group), find out how many
cells that takes up (it can vary in the report I'm working with), then return
the largest number (date, but it just depends on how you format the cells).
Complicated I know. I have been racking my brain for weeks trying to figure
out if this is even possible.

Thanks for your expertise.

Kevin Kanaski


"Roger Govier" wrote:


Hi

By linked group do you mean a named range?

If so
=COUNTA(your_range)
=MAX(your_range)

Regards

Roger Govier


Kanaski79 wrote:

I am looking for a way to count how many cells are in a linked group. Then
using this as a range starting at the first cell in the liked group (but a
different column) find the greatest number in the range of cells.



  #6   Report Post  
Kanaski79
 
Posts: n/a
Default

This is true. But I need the dates for just that record. Not the whole
column.

Example
Unit number stuff I don't care about Close date

29105 some text here and some more numbers Sep 15
more text and stuff Aug 1
maybe even more text Aug 12
possibly more I have seen up to 6 rows maybe no date
(0000)
(((((space for clarity usualy its not like this.)))))
30231 just like before some text and numbers Sep 10
blah de blah blah blah...............yeah... Jun 27
So this record is only 3 rows last one was 4 Aug 4

So this is what I'm up against. I have been doing the file manualy for a
few months. It takes all day and I have to do it twice a week. So I'm
hoping that someone can help with this. I have an examle file (obviosly
can't give you the real one) with random numbers. Can we post files here?

Thanks Roger




"Roger Govier" wrote:

Hi Kevin

I tend to avoid merged cells whenever I can.

Values are held in the top left cell of any group of merged cells.
If you have a column of dates, then
=MAX(A2:A100) for example will give the latest date.

Regards

Roger Govier


Kanaski79 wrote:
Oh. I should say that the column that the dates are in can contain multiple
dates. This is a repair tracking sheet so each person who touches the unit
has to open and close the issue.

Thanks again.

"Kanaski79" wrote:


No not realy. I have a record number in a group of merged cells. Should
have used that before I said the wrong name sorry. I want to use a lookup to
find the record number (which is a merged cell group), find out how many
cells that takes up (it can vary in the report I'm working with), then return
the largest number (date, but it just depends on how you format the cells).
Complicated I know. I have been racking my brain for weeks trying to figure
out if this is even possible.

Thanks for your expertise.

Kevin Kanaski


"Roger Govier" wrote:


Hi

By linked group do you mean a named range?

If so
=COUNTA(your_range)
=MAX(your_range)

Regards

Roger Govier


Kanaski79 wrote:

I am looking for a way to count how many cells are in a linked group. Then
using this as a range starting at the first cell in the liked group (but a
different column) find the greatest number in the range of cells.


  #7   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi Kevin

I think you will need a VBA solution for this. You may get a response in
this forum, otherwise, try posting it in .programming.

No, you can't post files to this forum, or I should say, attachments are not
welcome and won't be opened by the majority of people.

Regards

Roger Govier


Kanaski79 wrote:
This is true. But I need the dates for just that record. Not the whole
column.

Example
Unit number stuff I don't care about Close date

29105 some text here and some more numbers Sep 15
more text and stuff Aug 1
maybe even more text Aug 12
possibly more I have seen up to 6 rows maybe no date
(0000)
(((((space for clarity usualy its not like this.)))))
30231 just like before some text and numbers Sep 10
blah de blah blah blah...............yeah... Jun 27
So this record is only 3 rows last one was 4 Aug 4

So this is what I'm up against. I have been doing the file manualy for a
few months. It takes all day and I have to do it twice a week. So I'm
hoping that someone can help with this. I have an examle file (obviosly
can't give you the real one) with random numbers. Can we post files here?

Thanks Roger




"Roger Govier" wrote:


Hi Kevin

I tend to avoid merged cells whenever I can.

Values are held in the top left cell of any group of merged cells.
If you have a column of dates, then
=MAX(A2:A100) for example will give the latest date.

Regards

Roger Govier


Kanaski79 wrote:

Oh. I should say that the column that the dates are in can contain multiple
dates. This is a repair tracking sheet so each person who touches the unit
has to open and close the issue.

Thanks again.

"Kanaski79" wrote:



No not realy. I have a record number in a group of merged cells. Should
have used that before I said the wrong name sorry. I want to use a lookup to
find the record number (which is a merged cell group), find out how many
cells that takes up (it can vary in the report I'm working with), then return
the largest number (date, but it just depends on how you format the cells).
Complicated I know. I have been racking my brain for weeks trying to figure
out if this is even possible.

Thanks for your expertise.

Kevin Kanaski


"Roger Govier" wrote:



Hi

By linked group do you mean a named range?

If so
=COUNTA(your_range)
=MAX(your_range)

Regards

Roger Govier


Kanaski79 wrote:


I am looking for a way to count how many cells are in a linked group. Then
using this as a range starting at the first cell in the liked group (but a
different column) find the greatest number in the range of cells.

  #8   Report Post  
Kanaski79
 
Posts: n/a
Default

Thanks Roger.

We'll see what the programming guys have to say

Kevin

"Roger Govier" wrote:

Hi Kevin

I think you will need a VBA solution for this. You may get a response in
this forum, otherwise, try posting it in .programming.

No, you can't post files to this forum, or I should say, attachments are not
welcome and won't be opened by the majority of people.

Regards

Roger Govier


Kanaski79 wrote:
This is true. But I need the dates for just that record. Not the whole
column.

Example
Unit number stuff I don't care about Close date

29105 some text here and some more numbers Sep 15
more text and stuff Aug 1
maybe even more text Aug 12
possibly more I have seen up to 6 rows maybe no date
(0000)
(((((space for clarity usualy its not like this.)))))
30231 just like before some text and numbers Sep 10
blah de blah blah blah...............yeah... Jun 27
So this record is only 3 rows last one was 4 Aug 4

So this is what I'm up against. I have been doing the file manualy for a
few months. It takes all day and I have to do it twice a week. So I'm
hoping that someone can help with this. I have an examle file (obviosly
can't give you the real one) with random numbers. Can we post files here?

Thanks Roger




"Roger Govier" wrote:


Hi Kevin

I tend to avoid merged cells whenever I can.

Values are held in the top left cell of any group of merged cells.
If you have a column of dates, then
=MAX(A2:A100) for example will give the latest date.

Regards

Roger Govier


Kanaski79 wrote:

Oh. I should say that the column that the dates are in can contain multiple
dates. This is a repair tracking sheet so each person who touches the unit
has to open and close the issue.

Thanks again.

"Kanaski79" wrote:



No not realy. I have a record number in a group of merged cells. Should
have used that before I said the wrong name sorry. I want to use a lookup to
find the record number (which is a merged cell group), find out how many
cells that takes up (it can vary in the report I'm working with), then return
the largest number (date, but it just depends on how you format the cells).
Complicated I know. I have been racking my brain for weeks trying to figure
out if this is even possible.

Thanks for your expertise.

Kevin Kanaski


"Roger Govier" wrote:



Hi

By linked group do you mean a named range?

If so
=COUNTA(your_range)
=MAX(your_range)

Regards

Roger Govier


Kanaski79 wrote:


I am looking for a way to count how many cells are in a linked group. Then
using this as a range starting at the first cell in the liked group (but a
different column) find the greatest number in the range of cells.


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
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
Subtotal of Subtotal displays Grand Total in wrong row Thomas Born Excel Worksheet Functions 5 January 6th 05 01:46 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
copy group of cells to another group of cells using "IF" in third Chuckak Excel Worksheet Functions 2 November 10th 04 06:04 PM


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