ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Please help: Filter numbers (https://www.excelbanter.com/excel-discussion-misc-queries/178955-please-help-filter-numbers.html)

Therese

Please help: Filter numbers
 
Hi
I work in office 2003, and don't have acces to newer formulars.
We have a worksheet with names in column A and dates in row 2. The
numbers(dates) changes downwards along with the names. The worksheet is
called may, so they are just formatted numbers; not dates..
Its a rather large list of names and the numbers varies from name to
name...The persons comes in different days in the month.

Allan (in A1)comes in from the 14th to the 20th, so in B14:B20 the numbers
14,15,16,17....20 are written.
Barbara (in B1)comes in from the 1st to the 12th and then again from the
17th to the 22nd.
In cell A32 we would like "14" to appear, and "20" in A33.
The same goes for row B; in cell B32 we would like "1" to appear and "12" in
B33. In B34 we would like to see "17" and "22" in B34.
Is this possible?
Some comes in twice.
If it's too complicated to get two sets of numbers, we would be super-duper
happy to just have the first and last dates in A32 and A33.
Thanks
Therese



Bob Phillips

Please help: Filter numbers
 
Your data seems very confusing, I cannot ascertain whether you are talking
rows or columns. Can you give an example laid out (beware of spaces, so
format it well).

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Therese" wrote in message
...
Hi
I work in office 2003, and don't have acces to newer formulars.
We have a worksheet with names in column A and dates in row 2. The
numbers(dates) changes downwards along with the names. The worksheet is
called may, so they are just formatted numbers; not dates..
It's a rather large list of names and the numbers varies from name to
name...The persons comes in different days in the month.

Allan (in A1)comes in from the 14th to the 20th, so in B14:B20 the numbers
14,15,16,17....20 are written.
Barbara (in B1)comes in from the 1st to the 12th and then again from the
17th to the 22nd.
In cell A32 we would like "14" to appear, and "20" in A33.
The same goes for row B; in cell B32 we would like "1" to appear and "12"
in
B33. In B34 we would like to see "17" and "22" in B34.
Is this possible?
Some comes in twice.
If it's too complicated to get two sets of numbers, we would be
super-duper
happy to just have the first and last dates in A32 and A33.
Thanks
Therese





Bob Phillips

Please help: Filter numbers
 
Maybe this is what you want

=MIN(IF(A$2:A$31<"",A$2:A$31))

and

=MAX(IF(A$2:A$31<"",A$2:A$31))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.
Excel will automatically enclose the formula in braces (curly brackets), do
not try to do this manually.
When editing the formula, it must again be array-entered.

Note that you cannot use a whole column in array formulae (prior to excel
2007), but must use an explicit range.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Therese" wrote in message
...
Hi
I work in office 2003, and don't have acces to newer formulars.
We have a worksheet with names in column A and dates in row 2. The
numbers(dates) changes downwards along with the names. The worksheet is
called may, so they are just formatted numbers; not dates..
It's a rather large list of names and the numbers varies from name to
name...The persons comes in different days in the month.

Allan (in A1)comes in from the 14th to the 20th, so in B14:B20 the numbers
14,15,16,17....20 are written.
Barbara (in B1)comes in from the 1st to the 12th and then again from the
17th to the 22nd.
In cell A32 we would like "14" to appear, and "20" in A33.
The same goes for row B; in cell B32 we would like "1" to appear and "12"
in
B33. In B34 we would like to see "17" and "22" in B34.
Is this possible?
Some comes in twice.
If it's too complicated to get two sets of numbers, we would be
super-duper
happy to just have the first and last dates in A32 and A33.
Thanks
Therese






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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com