Help on formula

VBABEGINER

Well-known Member
Joined
Jun 15, 2011
Messages
1,232
Hi All,
I don't understand what goes wrong with this formula..

Code:
[TABLE="width: 366"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Col AS2[/TD]
[TD]Col AT2[/TD]
[TD]Col AU2[/TD]
[/TR]
[TR]
[TD]Renewal[/TD]
[TD]68:43:42[/TD]
[TD]formula[/TD]
[/TR]
[TR]
[TD]Col AS3[/TD]
[TD]Col AT3[/TD]
[TD]Col AU3[/TD]
[/TR]
[TR]
[TD]Renewal[/TD]
[TD]36:17:57[/TD]
[TD]formula[/TD]
[/TR]
</tbody>[/TABLE]

formula is
Code:
=IF(AND($AS2="Renewal",$AT2<=TIMEVALUE("24:00:00")),"Achieved",IF(AND($AS2="Renewal",$AT2>TIMEVALUE("24:00:00")),"Not Achieved","NA")))


=IF(AND($AS3="Renewal",$AT3<=TIMEVALUE("24:00:00")),"Achieved",IF(AND($AS3="Renewal",$AT3>TIMEVALUE("24:00:00")),"Not Achieved","NA")))

output getting..
Not Achieved
Not Achieved

Why less than 24 hour not captured properly..??
 
what will you get with

=AT2

?

it's probably due to the cell format,

put =AT2 in a empty cell elsewhere in the sheet, what will you get?

also

=AT2*1 as well
 
Upvote 0

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,215,575
Messages
6,125,628
Members
449,240
Latest member
lynnfromHGT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top