Assume cost is in B1
=IF(A1>150,MIN(A1/200,1)*B1,0)
Assume cost is in B1
=IF(A1>150,MIN(A1/200,1)*B1,0)
Excellent DDL!! thanks so much![]()
Hi,
Sorry i have just been given another criteria for this formula.
There will always be a value in C1 that relates to whether we pay out. If C1 has the word 'invalid' in it then the answer should also be zero, however, any other words in C1 then the criteria in the formula would take place.
how can i work this in to the formula, can it be done?
Thanks,
Hi CC_mfc,
Try this:
![]()
=IF(C1= "INVALID", 0, IF(A1>150,MIN(A1/200,1)*B1,0))
Corine
Excellent - Thank you![]()
or
=(A1>150)*(C1<>"invalid")*MIN(A1/200,1)*B1
Last edited by daddylonglegs; 09-25-2007 at 08:23 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks