Hi,
can anyone help me round down to the nearest 10,000
So, if it's 84,000, it'll round to 80,000
If It's 86,000, it'll round to 80,000
etc...
I found this online, but it doesn't work properly past 100,000..it just rounds down to the nearest 100,000 when it gets past 100,000
=ROUNDDOWN(AM41,-INT(LOG(AM41)))
Any ideas how I can modify this to work?
Cheers,
Eoin
can anyone help me round down to the nearest 10,000
So, if it's 84,000, it'll round to 80,000
If It's 86,000, it'll round to 80,000
etc...
I found this online, but it doesn't work properly past 100,000..it just rounds down to the nearest 100,000 when it gets past 100,000
=ROUNDDOWN(AM41,-INT(LOG(AM41)))
Any ideas how I can modify this to work?
Cheers,
Eoin