shantraj.antin@gmail.com
Member
Dear Team,
I have time value in cell L2 in HH:MM formate. I am looking for If my call value is <=0:10 I need to display "< 10 min" M2 column, if value is between >0:10 and <0:15 M2 shoud diplay as "10-15 min" and value is between >0:15and <0:20 M2 shoud diplay as "15-20 min"
Similary i am looking for a range till <0:55 and <0:59 min
My function is becoming lengthy and not getting the accurate result
=IF(L6<="00:10","<10min",IF(AND(L6>="00:11",L6<="00:15"),"10-15 min","NA"))
Kindly help me on this problem
I have time value in cell L2 in HH:MM formate. I am looking for If my call value is <=0:10 I need to display "< 10 min" M2 column, if value is between >0:10 and <0:15 M2 shoud diplay as "10-15 min" and value is between >0:15and <0:20 M2 shoud diplay as "15-20 min"
Similary i am looking for a range till <0:55 and <0:59 min
My function is becoming lengthy and not getting the accurate result
=IF(L6<="00:10","<10min",IF(AND(L6>="00:11",L6<="00:15"),"10-15 min","NA"))
Kindly help me on this problem