View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default =IF(D43=45*D43<=87,"5.00","0.00")

That work and i thought i could finsh the restbut can't could you look at
this please

=IF(B4414*B44<24*D4444*D44<88*F44999*F44<1276," $75.00",IF(B4414*B44<24*D4444*D44<88,"$37.50","$ 0.00"))

"Biff" wrote:

"Mike" wrote in message
...
I'm trying to get a formula to be between two numbers. Is my * my problem
=IF(D43=45*D43<=87,"5.00","0.00")


Try this:

=AND(D43=45,D43<=87)*5

Format as NUMBER 2 decimal places

Biff