Hi
I'm trying to validate a result where the target is a numeric value but the result from calculation is minutes and seconds
example:
A1= 240 (target minutes)
A2= 195:23 (calculated value between two dates and times)
A3 = if(a2<=a1,"Met","Miss")
I understand the calculated value is really a serial number of time. How can my if statement work. Please
I'm trying to validate a result where the target is a numeric value but the result from calculation is minutes and seconds
example:
A1= 240 (target minutes)
A2= 195:23 (calculated value between two dates and times)
A3 = if(a2<=a1,"Met","Miss")
I understand the calculated value is really a serial number of time. How can my if statement work. Please