Kate asks "Is there anyway in Excel that I can round numbers to the nearest 500 or 1000 ?"
This is one function that I like very much ! If the number is in A2 just use this formula
=CEILING(A2,500)
By Juan Pablo Gonzalez on 18-Jan-2002
MrExcel.com Consulting can be hired to implement this concept, or many other cool applications, with your data.
MrExcel.com provides examples of Visual Basic procedures for illustration only, without warranty either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. The Visual Basic procedures on this web site are provided "as is" and we do not guarantee that they can be used in all situations.
|