Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

round up function

ResolvedVersion 2003

Shane has attended:
Excel Advanced course
Excel VBA Intro Intermediate course

Round up function

On the round function how do you get 7MIL i/o 7,000,000

RE: Round up function

Dear Shane

Thank you for attending Excel Advanced course!! I hope you enjoyed the course and benefited from it.


Please select all the values that have Million figures in it.

Format > Cells... from the Menu Bar

Choose Custom from the Number tab

In the They box enter the following:

#,##0,, "Mil" ;[Red](#,##0,,);- ;

Note: you can simply copy and paste the above custom format. (CTRL +C (Copy) and CTRL +V (Paste)


I hope this has answered your query.

If this has answered your query then I would request you to please mark the question as resolved!! If not and you have a specific question related to this then please post it as a new question and we should be able to provide you the solution for it!!

Kindest Regards


Rajeev Rawat
MOS Master Instructor 2000 and 2003
MCAS Master Instructor 2007
MCT

Fri 24 Apr 2009: Automatically marked as resolved.

Excel tip:

Calculate difference between two times

For presenting the result in the standard time format (hours : minutes : seconds . Use the subtraction operator (-) to find the difference between times, and the TEXT function to format the returned value to text in a specific number format.

Hours never exceed 24, minutes never exceed 60, and seconds never exceed 60.

=TEXT(B2-A2,"h")
Hours between two times (4)

=TEXT(B2-A2,"h:mm")
Hours and minutes between two times (4:55)

=TEXT(B2-A2,"h:mm:ss")
Hours and seconds between two times (4:55:00)

Where B2 and A2 must hold the end time and start time respectively formatted as a time format

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.