View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
driller driller is offline
external usenet poster
 
Posts: 740
Default If formula with two conditions to meet

Carol,

assuming numeric values

version 1 when 300 is an add-on
=(z5=0)*700+300(ab5=3)

version 2 when z5 and ab5 must meet both criteria
=(z50)*700+300(ab5=3)

--
regards,



"Carolina" wrote:

I have the following scenario:

If the value in cell Z5 is equal or greater than "0" the person gets $700
AND
if in addition field value in cell AB5 reflects a number equal or greater
than "3" then person gets $700 + 300 for a total of $1000

How should I compose the IF formula on cell O5?

Any help with be much appreciated.

Thanks.
Carolina