Search : in
By :

HELP writing an Excel IF statement

Last answer on Oct 1, 2009 2:13:29 am BST syrynga, on Sep 29, 2009 6:04:33 pm BST 
 Report this message to moderators

Hello,

I have one cell (I122) that displays the sum of a range. I'd like to change the value of cell "X" if the sum falls between value a or b. If the sum falls between c or d, I'd like value of cell"X" to display another number, etc...

Here's what I have so far (not working):

=IF(AND(i122>0,i122<99999),.15),(AND(i122>=100000,i122<174999),.16),(AND(i122>=175000,i122<249999),.17),(and(i122>249000),.18))))

Once I have a working formula, I need to make sure the cell reference to I122 remains static as I plan to copy the formula down the column.

Help PLEASE!?

Configuration: Windows XP
Firefox 3.5.3
Excel 2003

Best answers for « HELP writing an Excel IF statement » in :
Excel - Using IF statement to add 1 to total ShowExcel - Using IF statement to add 1 to total Issue Solution Note Issue I am trying to get a formula to add + 1 to a total cell based on the word typed. Example : If I type the word Duty in cells B3:B18 then add + 1 to cell B35. If...
Excel - IF formulas for Printing and Calculation ShowExcel - IF formulas for Printing and Calculation Issue Solution Note Issue I am trying to get Excel IF formulas to print a text and calculation based on true/false. Such as, if I have some dates, and I don’t need to send a notice to a...
[Excel 2003] - IF Function using Dates &amp; Text Show[Excel 2003] - IF Function using Dates & Text Issue Solution Note Issue I'm trying to write a function for a cell which refers to a date in another cell - which if it is between 01/01/1994 and 31/12/1995 the cell will read U16, but...

1

 venkat1926, on Oct 1, 2009 2:13:29 am BST
  • +1

If you put $I$122 it remains static . but what are you trying to do????????

Reply to venkat1926