How do you round a number to the nearest $25?
J Jim Thomlinson Jun 18, 2009 #2 My personal preference as it does not require the Analysis Toolpack is this... =round(A1/25, 0) * 25 Where the number to be rounded is in A1
My personal preference as it does not require the Analysis Toolpack is this... =round(A1/25, 0) * 25 Where the number to be rounded is in A1