Hi
I have three sets of figures in cols c2 d2 and e2 and I need help with a formula
that will from these columns and concat into col I2
tricky part is adding in the symbols for deg min and sec
Many thanx for all help
kind regards
raj
Hi
I have three sets of figures in cols c2 d2 and e2 and I need help with a formula
that will from these columns and concat into col I2
tricky part is adding in the symbols for deg min and sec
Many thanx for all help
kind regards
raj
Hi Raj,
Two different ways:
1. =C2&CHAR(176)&D2&CHAR(146)&E2&CHAR(148)
2. =C2&$M$4&D2&$M$6&E2&$M$8
Degrees Minutes Seconds display.xlsx
See the attached above:
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
Please try at I2
=TEXTJOIN({"°","’","”"},0,C2:F2)
or
=CONCAT(C2,"°",D2,"’",E2,"”")
of
=SUMPRODUCT(C2:E2/{24,1440,86400})
custom format h°m’s”
Hey Bo_Ry,
In your last SumProduct formula what happens with 100 degrees ?? I like your first two formulas, so the OP has 4 ways to solve his problem.![]()
Good catch, Marvin
Custom format for sumproduct should be
[h]°m’s”
Hi
Many thanx for the help
Much appreciated
Raj
It isn't often I get a chance to find a mistake in your work. I'm still trying to understand some of the correct answers you've given in the past.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks