ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Is there a way to... (https://www.excelbanter.com/excel-worksheet-functions/63665-there-way.html)

Arenlor

Is there a way to...
 
What I have set up is this =E2/100 in cell D2, what I want to know is, is
there any way to have it only go up 1 every time E2 reaches another hundred
instead of going up by .01 each time E2 goes up by one?

CLR

Is there a way to...
 
Maybe use this instead.....

=ROUNDDOWN(E2/100,0)

Vaya con Dios,
Chuck, CABGx3


"Arenlor" wrote in message
...
What I have set up is this =E2/100 in cell D2, what I want to know is, is
there any way to have it only go up 1 every time E2 reaches another

hundred
instead of going up by .01 each time E2 goes up by one?




Pete

Is there a way to...
 
Yes, make the formula

=ROUND(E2/100,0)

This will show integers, so if E2 = 50 to 149 it will return 1, if E2
is 150 to 249 it will show 2, etc. Is this what you want? (or do you
want it to show 1 only when E2 is 100 to 199 ?)

Pete


Sandy Mann

Is there a way to...
 
Arenlor,

Try:

=INT(E3/100)

--
HTH

Sandy

with @tiscali.co.uk

"Arenlor" wrote in message
...
What I have set up is this =E2/100 in cell D2, what I want to know is, is
there any way to have it only go up 1 every time E2 reaches another
hundred
instead of going up by .01 each time E2 goes up by one?




Harlan Grove

Is there a way to...
 
"Arenlor" wrote...
What I have set up is this =E2/100 in cell D2, what I want to know is, is
there any way to have it only go up 1 every time E2 reaches another hundred
instead of going up by .01 each time E2 goes up by one?


=INT(E2/100)




All times are GMT +1. The time now is 11:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com