I have several columns that take in minutes and converts them to hours:minutes format. Now about 4-6 columns are formatted data using the math FLOOR(T/60) for the hour and MOD(T,60) for the minutes. Here’s what I want to do I want to be able to replace T with the 4-6 columns take in minutes as input without having to create a separate math column for each one is there a shortcut around this?