Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default =IF(D43=45*D43<=87,"5.00","0.00")

I'm trying to get a formula to be between two numbers. Is my * my problem
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default =IF(D43=45*D43<=87,"5.00","0.00")

"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


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default =IF(D43=45*D43<=87,"5.00","0.00")

"Mike" wrote...
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"))


Try this:

=IF(AND(B4414,B44<24,D4444,D44<88,F44999,F44<12 76),75,IF(AND(B4414,B44<24,D4444,D44<88),37.5,0) )

Biff




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

Gary,
This works for but could i e-mail you my sheet and you may understand better
than i can explain it

"Biff" wrote:

"Mike" wrote...
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"))


Try this:

=IF(AND(B4414,B44<24,D4444,D44<88,F44999,F44<12 76),75,IF(AND(B4414,B44<24,D4444,D44<88),37.5,0) )

Biff







  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 143
Default =IF(D43=45*D43<=87,"5.00","0.00")

Mike" wrote in message
...

I'm trying to get a formula to be between two numbers. Is my * my problem



Try

=if(and(D43=45,D43<=87),"5.00","0.00")

is this what u need?


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

Gary,
this works but need to and two more cells and ranges to this formula could
this be done

"Gary" wrote:

Mike" wrote in message
...

I'm trying to get a formula to be between two numbers. Is my * my problem



Try

=if(and(D43=45,D43<=87),"5.00","0.00")

is this what u need?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"