Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I'll try to explain what I am trying to do. I am making a spreadsheet for a sliding scale tax column "I" contains the surtax rate which is usually 1 % column "Q" will contain an amount less than, equal to, or greater than 5000 column "Z" will return the result example: "I" = 1%, Q= 4000, "Z" = 40 "I" = 1%, Q= 5000, "Z" = 50 "I" = 1%, Q= 6000, "Z" = 50 As you can see "Z" can never be more than 50 @ 1% with this formula =IF(Q:Q<=5000,Q:Q*I:I,I:I*5000) so this part works fine. Now what I am trying to do is this: I want the result to show up in column "Z" if column "I" is less than or greater than 1% But I want the result to show up in column "AC" if column "I" is equal to 1% The result could show up in only one column at a time "I" = 1%, Q= 4000, "Z" = 40 "I" = 1%, Q= 5000, "Z" = 50 "I" = 1%, Q= 6000, "Z" = 50 "I" = .5%, Q= 4000, AC" = 20 "I" = .5%, Q= 5000, AC " = 25 "I" = .5%, Q= 6000, AC" = 25 "I" = 1.5%, Q= 4000, AC" = 60 "I" = 1.5%, Q= 5000, AC" = 75 "I" = 1.5%, Q= 6000, AC" = 75 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I think your explanation needs a little work...
The table results are the opposite of your explanation. -- Biff Microsoft Excel MVP "John" wrote in message ... I'll try to explain what I am trying to do. I am making a spreadsheet for a sliding scale tax column "I" contains the surtax rate which is usually 1 % column "Q" will contain an amount less than, equal to, or greater than 5000 column "Z" will return the result example: "I" = 1%, Q= 4000, "Z" = 40 "I" = 1%, Q= 5000, "Z" = 50 "I" = 1%, Q= 6000, "Z" = 50 As you can see "Z" can never be more than 50 @ 1% with this formula =IF(Q:Q<=5000,Q:Q*I:I,I:I*5000) so this part works fine. Now what I am trying to do is this: I want the result to show up in column "Z" if column "I" is less than or greater than 1% But I want the result to show up in column "AC" if column "I" is equal to 1% The result could show up in only one column at a time "I" = 1%, Q= 4000, "Z" = 40 "I" = 1%, Q= 5000, "Z" = 50 "I" = 1%, Q= 6000, "Z" = 50 "I" = .5%, Q= 4000, AC" = 20 "I" = .5%, Q= 5000, AC " = 25 "I" = .5%, Q= 6000, AC" = 25 "I" = 1.5%, Q= 4000, AC" = 60 "I" = 1.5%, Q= 5000, AC" = 75 "I" = 1.5%, Q= 6000, AC" = 75 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open Excel 2002 Attachment from Outlook 2002 | Excel Discussion (Misc queries) | |||
Excel 2002: How is the Excel 2007 file format open in Excel 2002 ? | Excel Discussion (Misc queries) | |||
Excel 2002 : Unable to open files in MS Outlook 2002 | Excel Discussion (Misc queries) | |||
Outlook 2002 calendar dates exported to Excel 2002 sort incorrectl | Excel Worksheet Functions | |||
Can you print labels using Excel 2002 in a Word 2002 mail merge? | Excel Discussion (Misc queries) |