Help for formula

mdileep

Board Regular
Joined
Dec 8, 2019
Messages
54
Office Version
  1. 2007
Platform
  1. Windows
  2. Mobile
I have 4 excel sheets, cell A1 to cell A4 have some value on all 4 sheets. How I get max value of all four sheets by formula, without specify each sheet's name separately.
MSExcel version 2007
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Any formula must reference the cell. And if on a different worksheet the worksheet must be identified.
But, if you're asking for say for consecutive worksheets in the workbook. Say you have six worksheets and want to get max of cells A2:A5 in the middle 4, you can try:


Excel Formula:
  =MAX(Sheet2:Sheet5!A2:A5)
 
Upvote 0
Assuming you have Sheet1, Sheet2, Sheet3, and Sheet4, and you want to find the maximum value in cell A1 to A4 across all of them:

  1. In the cell where you want to display the maximum value, enter the following formula:

=MAX(Sheet1:Sheet4!A1:A4)
 
Upvote 0
Solution
Assuming you have Sheet1, Sheet2, Sheet3, and Sheet4, and you want to find the maximum value in cell A1 to A4 across all of them:

  1. In the cell where you want to display the maximum value, enter the following formula:

=MAX(Sheet1:Sheet4!A1:A4)
Fine Sir, Thanks.
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,399
Members
449,447
Latest member
M V Arun

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top