#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default formula IF AND <

I would like to tike a formula that IF for example a cell value is greater
than 5 but less than 10.01, the cell value is multiplied by 5 if true, or a
"-" is placed in cell if false. Can anyone help me please. thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default formula IF AND <

Try this:-

=IF(AND(A15,A1<10.01),A1*5,"-")

If my comments have been helpful to you please click Yes.

Thanks!



"Jbcrtilla" wrote:

I would like to tike a formula that IF for example a cell value is greater
than 5 but less than 10.01, the cell value is multiplied by 5 if true, or a
"-" is placed in cell if false. Can anyone help me please. thank you

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default formula IF AND <

try using AND

=if(and(a25,a2<10.01),a2*5,"")

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Jbcrtilla" wrote in message
...
I would like to tike a formula that IF for example a cell value is greater
than 5 but less than 10.01, the cell value is multiplied by 5 if true, or
a
"-" is placed in cell if false. Can anyone help me please. thank you


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 02:31 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"