application development excel - font

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

Forum home » Delegate support and help forum » Microsoft Excel Training and help » application development excel - Font

application development excel - Font

resolvedResolved · Low Priority · Version Standard

john has attended:
Excel Intermediate course

Font

how do i change font colour

RE: font

Hi John

Thanks for your question.

Click in the cell or cells you would like to modify and from the format menu choose cells then click on the font tab. Choose the formatting for your cells and click on OK.

Hope this helps - do let us know if you would like any further assistance.

Kind regards,

Andrew


 

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


Server loaded in 0.09 secs.