Rounding down an average

B

Bob Smith

Hi folks,

I've got a workbook with 20+ worksheets. In each worksheet, I'm doing an
average on all entries in column B =AVERAGE(B:B) . The range of cells in the
average could be 1 cell to 50 cells.

I'd like to round down that average, but am having difficulty getting any
variations of formulas to work.

Thanks,

Bob
 
D

daddylonglegs

Hi, Bob, round down to what, the next integer?

If so try

=ROUNDDOWN(AVERAGE(B:B),0)
 
B

Bob Smith

Hey Daddy ... Yes, and that works very nicely ... TYVM! I tried that formula
before, but forgot to add the ,0.

Bob
 
Top