floor formula features - help.

  • Thread starter Thread starter s. Dost
  • Start date Start date
S

s. Dost

I'm trying to build a range for charting purposes. The D342 is 1000, and the
FLOOR is 1000. So, the result of FLOOR and CEILING combined comes out like
this: 1000-1000 - but I want it to be 0000-1000. The formula is
'=FLOOR(D342,1000)'. How can I get the FLOOR result to be 0-1000?
 
Maybe this will work for you

=FLOOR(D342-10^(-10),1000)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Back
Top