View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Start and End date

=INDEX(A:A,MIN(IF(B1:B20=1,ROW(A1:A20))))

and

=INDEX(A:A,MAX(IF(B1:B20=1,ROW(A1:A20))))

which are array formulae, they 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.

--
HTH

Bob

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

"Lisa" wrote in message
...
I have two columns column A is formatted with the date for the year column
b
has data. I would like at the top of the page to display the date that
data
starts to show and the date that data stops for the year.
Thanks for the assist

Example:
A B
01/01/08
01/02/08 1
01/03/08 1
01/04/08
01/05/08 1
01/06/08
01/07/08 1
01/08/08 1
01/09/08
01/10/08

Result
Start 01/02/08
End 01/08/08