Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello!
Can you please advise me how can I add degrees in excel? example 2.53 + 2.30 = 5.23 Thank you in advance for your reply |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use a time format: 2:53 + 2:30 = 5:23
-- Kind regards, Niek Otten "Thodoris" wrote in message ... Hello! Can you please advise me how can I add degrees in excel? example 2.53 + 2.30 = 5.23 Thank you in advance for your reply |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Thodoris:
Generally we can use time format for degrees since (not by chance) thee are 60 mins in 1 hour and in 1 degree of arc) The problem is the decimal point where a colon is needed (7:28 not 7.28) 1) Use Edit | Find and Replace to convert dot to colon; then put 60 in a blank cell, copy this, select you range of times, use Edit|Paste Special Divide; format cells with m:ss or 2) use a new column with (assuming first time is in A2) formula =TIME(0,INT(A2),MOD(A2,1)*100) and format with mm:ss or 3) use =TIME(0,SUM(INT(A2:A4))+INT(SUM(MOD(A2:A4,1)*100)/60),MOD((SUM(MOD(A2:A4,1)*100)/60),1)*60) entered as array formula with SHIFT+CTRL+ENTER best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Thodoris" wrote in message ... Hello! Can you please advise me how can I add degrees in excel? example 2.53 + 2.30 = 5.23 Thank you in advance for your reply |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i make excel calculate sines and cosines in degrees instea. | Setting up and Configuration of Excel | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Value Errors with EXCEL XP not showing up in EXCEL 2000 | Links and Linking in Excel | |||
Difference in number of Excel NewsGroups | Excel Discussion (Misc queries) | |||
Allow Excel to orient/align text 180 degrees | Excel Discussion (Misc queries) |