Help with adding pages

C

Corey

I have a fomula [=MAX('Enter-Exit Page:9'!J59)] that gives me the MAX value of the values in Cell
J59 in each sheet in a workbook.

The formula aboves works great up until page 9, but if there is 20 pages and i have page 10 active,
i ONLY get the MAX value up until page 10 and it will not include pages 11-20.

Is there a LAST PAGE formula or some way i can change the formula to show the Max value of ALL
values in ALL sheets in J59 ?

Hope i am explaining it correctly.


Corey....
 
C

Corey

Forgot to mention.
The ENTER-EXIT PAGE is the name of page 1.

I have a fomula [=MAX('Enter-Exit Page:9'!J59)] that gives me the MAX value of the values in Cell
J59 in each sheet in a workbook.

The formula aboves works great up until page 9, but if there is 20 pages and i have page 10 active,
i ONLY get the MAX value up until page 10 and it will not include pages 11-20.

Is there a LAST PAGE formula or some way i can change the formula to show the Max value of ALL
values in ALL sheets in J59 ?

Hope i am explaining it correctly.


Corey....
 
R

Roger Govier

Hi Corey

Create 2 dummy sheets and call them First and Last.
Drag them so that they "Sandwich" the set of your sheets then use the
formula
=MAX(First:Last!J59)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top