View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ahern79 ahern79 is offline
external usenet poster
 
Posts: 11
Default Advancing lookups and comparisons

I have that as part of the formula, however, I need a way to have the formula
automatically look for the Property Number and match up all the same property
numbers and then look at the most recent date in all the sheets and input the
"MAX" number in the Row it finds the Property number in.

Also, if theres a way to verify that the main page has all the prorty
numbers in the preceding sheets that would be helpful as well. I know this
should be done in Access but the company wont allow out.

Thank you,
John

"Bernie Deitrick" wrote:

Something along the lines of

=MAX(Sheet1!$A$3:$A$15)

You don't say what the sheets are named.

HTH,
Bernie
MS Excel MVP


"ahern79" wrote in message
...
its a bit more then I normally do. heres the set up.

I have a book with 3 pages. Each page is set the same way.
A1 - Property Number (Unique identifier)
A2 - Property Name (can be the same)
A3 through A15 - Dates of Renovation

The first page is the MAIN sheet.
Each Preceding page is from a different data set.

I'm trying to (on the Main Sheet) get the most recent date from each
preceding sheet of the Renovation date based on the Property Number.

some sort of Match and lookup formula, but I cant figure it out.

thank you in advance for your help.