If Then
Closed
MM
-
Sep 11, 2009 at 08:13 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Sep 12, 2009 at 09:53 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Sep 12, 2009 at 09:53 PM
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Sep 12, 2009 at 09:53 PM
Sep 12, 2009 at 09:53 PM
"when the cost exceeds 95%. "
95% of what number
A1 42.5 is this known number of 95% of known number
again Mar is 20 this is not more than 95%of 42.5(that is 40.37) then how can be Mar returned.
what is meant by "returned"
please rephrase your question clearly
any how suppose your data is like this from a1 to C4
42.75 jan 10
feb 15
mar 20
apr 50
in D1 copy paste this formula
=IF(C1>=$A$1*0.95,B1,"")
hit enter key
copy D1 down
you will get apr in D4.
modify the formula to suit you
95% of what number
A1 42.5 is this known number of 95% of known number
again Mar is 20 this is not more than 95%of 42.5(that is 40.37) then how can be Mar returned.
what is meant by "returned"
please rephrase your question clearly
any how suppose your data is like this from a1 to C4
42.75 jan 10
feb 15
mar 20
apr 50
in D1 copy paste this formula
=IF(C1>=$A$1*0.95,B1,"")
hit enter key
copy D1 down
you will get apr in D4.
modify the formula to suit you