Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default If between 2 numbers, multiply

I know this will be simple, but I just can't get my head around it. I need a
formula that will calculate a percentage:
If A1 500 but <1000 then A1*.02

See what I mean? if it's between those 2 numbers then it gets multiplied by
..02.

Thank you in advance for your help.
G.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default If between 2 numbers, multiply

Gee... wrote:
I know this will be simple, but I just can't get my head around it. I need a
formula that will calculate a percentage:
If A1 500 but <1000 then A1*.02

See what I mean? if it's between those 2 numbers then it gets multiplied by
.02.

Thank you in advance for your help.
G.



=IF(AND(A1500,A1<1000),A1*.02,"other unspecified result")
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default If between 2 numbers, multiply

I'm still running into the same problem...can you tell me how to write that
formula with multiple return possibilities?
Thank you.
g

"Glenn" wrote:

Gee... wrote:
I know this will be simple, but I just can't get my head around it. I need a
formula that will calculate a percentage:
If A1 500 but <1000 then A1*.02

See what I mean? if it's between those 2 numbers then it gets multiplied by
.02.

Thank you in advance for your help.
G.



=IF(AND(A1500,A1<1000),A1*.02,"other unspecified result")

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
How do I multiply numbers? reckyroo Excel Discussion (Misc queries) 5 May 9th 06 09:03 AM
multiply a row of numbers by % jshgolf Excel Worksheet Functions 2 March 13th 06 04:45 PM
how do i multiply entire columns of numbers by a % stgaw53 Excel Discussion (Misc queries) 1 October 26th 05 06:47 PM
How do Multiply whole numbers by decimals help Excel Worksheet Functions 3 September 30th 05 10:21 PM
Formula between to numbers is true multiply pflynn Excel Worksheet Functions 4 December 22nd 04 02:22 AM


All times are GMT +1. The time now is 06:07 AM.

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

About Us

"It's about Microsoft Excel"