Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How can I say "If cell value is 1700 but < 2599, then * .25 else

How can I say "If cell value is 1700 but < 2599, then * .25 else 0"? I'm
actually working with the Microsoft Works spreadsheet, but I think the
formulas are pretty much the same. It's been so long since I messed with this
stuff.... Thanks much
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default How can I say "If cell value is 1700 but < 2599, then * .25 else

=IF(AND(cell1700,cell<2599)cell*.25,0)

in Excel, no idea about Works

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Truck driving woman" <Truck driving wrote
in message ...
How can I say "If cell value is 1700 but < 2599, then * .25 else 0"? I'm
actually working with the Microsoft Works spreadsheet, but I think the
formulas are pretty much the same. It's been so long since I messed with
this
stuff.... Thanks much



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default How can I say "If cell value is 1700 but < 2599, then * .25 else

One extra comma:

=IF(AND(cell1700,cell<2599),cell*0.25,0)

example:

=IF(AND(A11700,A1<2599),A1*0.25,0)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Bob Phillips" wrote in message ...
| =IF(AND(cell1700,cell<2599)cell*.25,0)
|
| in Excel, no idea about Works
|
| --
| HTH
|
| Bob
|
| (there's no email, no snail mail, but somewhere should be gmail in my addy)
|
| "Truck driving woman" <Truck driving wrote
| in message ...
| How can I say "If cell value is 1700 but < 2599, then * .25 else 0"? I'm
| actually working with the Microsoft Works spreadsheet, but I think the
| formulas are pretty much the same. It's been so long since I messed with
| this
| stuff.... Thanks much
|
|


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default How can I say "If cell value is 1700 but < 2599, then * .25 else

It is a long time since I used Works so I cannot remember is it has the
AND() function. If it does not then try:

=IF(A11700,IF(A1<2599,A1*0.25,""),"")

There is a dedicated Workd Newsgroup at:

microsoft.public.works.win

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Truck driving woman" <Truck driving
wrote
in message ...
How can I say "If cell value is 1700 but < 2599, then * .25 else 0"? I'm
actually working with the Microsoft Works spreadsheet, but I think the
formulas are pretty much the same. It's been so long since I messed with
this
stuff.... Thanks much



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
"CELL("FILENAME") NOT UPDATE AFTER "SAVE AS" ACTION yossie6 Excel Discussion (Misc queries) 1 June 16th 08 01:16 PM
"Disk is Full" add-on question to "Can't reset last cell" post tod [email protected] Excel Discussion (Misc queries) 0 January 22nd 07 03:32 AM
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! [email protected] Excel Discussion (Misc queries) 3 January 5th 07 03:18 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 11:01 PM
how can I make an excel cell "mark" or "unmark" when clicked on? Rick Excel Discussion (Misc queries) 6 January 8th 06 11:15 PM


All times are GMT +1. The time now is 08:10 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"