avoiding circular refs by excludnig cells

fidgen

New Member
Joined
Aug 20, 2002
Messages
46
Hiya,

I'm trying to calculate a MAX formula in cell B2 for column B, but obviously get a circular reference! (I don't want to specify B3:Bxx as I want it to just update the MAX as new rows are entered)

Is there a way round this? (other than having the MAX for column B in column C etc)

Thanks
Hugh
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Max,

The only way I can think of is to avoid the cell you are in, in this example I was in cell B5...

=MAX(B1:B4,B6:B65536)

jimboy.
 
Upvote 0

Forum statistics

Threads
1,225,563
Messages
6,185,701
Members
453,315
Latest member
funktgf

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