Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i am trying to get a formula to increase the dollar amount per $100.00 and
have been able to get the first part. i am not sure how to get the $$$ to increase since there are a number of arguments per category. =IF(C3<=600,C3+6,IF(C3=600.01,C3+8,IF(C3=700.01, C3=12,IF(C3=800.01,C3+20)))) this formula will not recalculate over 700.00 and up...any suggestions? clear explanations would be appreciated since i am new to the formula world. the last formula i came up withfor a different project was pieced together from several different spreadsheets. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulae containing more than 7 arguments? | Excel Worksheet Functions | |||
Formulas that refer to (several) other columns for arguments... | Excel Worksheet Functions | |||
Arguments box on form | Excel Discussion (Misc queries) | |||
Excel formulas increase from 7 arguments to 12 or more | Excel Discussion (Misc queries) | |||
Running XY chart labeller using a macro's parameters and arguments. | Charts and Charting in Excel |