Highest Value from other regularly spaced columns easily...

damian_r_Home

Board Regular
Joined
Jan 8, 2005
Messages
231
Office Version
  1. 365
  2. 2007
Platform
  1. Windows
Afternoon All.

I'm in a need of a simple way to try and get a cell to to show the highest value from other columns......

So, Cell B3 needs to look in column D, then column H, then column L etc etc etc (in my real excel doc it has to look across about 5 times the number of columns) and then return the highest value in any of those cells.

1608734085072.png


I know I could put the formula in B3 that reads =MAX(D3,H3,L3,etc,etc,etc) but to manually do this for the range of columns I'm trying to get the formula to look at would take an age.

So, my hope is that there is some sort of formula that can start by looking at cell D3 and then look at every 4th column after that for the highest value in those cells.

As usual, any help will be much apprecaited.

D
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
I suggest that you update your Account details (click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
If you are using 2007 or newer try
Excel Formula:
=AGGREGATE(14,6,D3:Z3/(MOD(COLUMN(D3:Z3),4)=0),1)
 
Upvote 0
Solution
Hi Damian

Based on your sample this would be sufficient:
Excel Formula:
=MAX(C3:N3)
 
Upvote 0
Good afternoon folks.

Many thanks for your replies.

I will look at implementing them today and see what happens.

Stay safe.

D
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,976
Members
448,934
Latest member
audette89

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