53 Time columns, some empty and some filled. How do I write a formula ensuring the highest filled column is > than next filled column etc.
If I have hundreds of rows, each row is a separate work ticket, each row can have up to 53 time columns filled in, but most only have some of these columns filled in and ones in between are blank.So say for Row #1: I have column 1, column 23 and column 36 are the only columns containing a time stamp, I will need know that 36>23 and 23>1.For Row #2 all columns have time stamps so I will need to kno...