Thank you for entering this thread, I belive this is a simple question so here it goes.
I have two columns, one for HOURS and one for MINUTES on a 24:60 format, both columns are INTEGERS AND I want to create a column on TIME(?) format, example:
Hour(Integer) Minutes(Integer) Time Column
5 30 5:30
7 27 7:27
11 05 11:05
17 45 17:45
22 15 22:15
That´s pretty much it, thank you.
Edit: Shree answers only gives Characters