Maureen5433
Board Regular
- Joined
- May 13, 2002
- Messages
- 111
- Office Version
- 365
- Platform
- Windows
Hi All,
I have this formula which I created by taking a similar formula found here and modifying. It seems to be working.
=IF(AND(C2<=4),"90", IF(AND(C2>=4,C2<=15),"405", IF(AND(C2>=15),"700","")))
The idea is to automatically calculate a dollar amount into D2 based upon cell contents of C2
If c2 is 4 or less, then D2 = $90.00
If c2 is greater than 4 but less than or equal to 15, then D2 = $405.00
If c2 is great than 15 then d2 = $700.00
So first, do I have this right formula-wise?
Second, I will have a few lines of this and then need to total the results in D. Right now when I do that, it returns a zero or an error. I have tried formatting all different ways and have also tried changing the way the D2 results are displayed via my formulate (eg: 90, 90.00, and $90.00) but nothing works. Do I need to somehow put the formatting into my formula? Basically, it seems as though Excel isnt recognizing the results of my formula as a number or anything else.
Thank you all so much. I have been absent for a long time, mostly because I returned to school but I remember that everyone was very helpful. I greatly appreciate any assistance you can provide.
I have this formula which I created by taking a similar formula found here and modifying. It seems to be working.
=IF(AND(C2<=4),"90", IF(AND(C2>=4,C2<=15),"405", IF(AND(C2>=15),"700","")))
The idea is to automatically calculate a dollar amount into D2 based upon cell contents of C2
If c2 is 4 or less, then D2 = $90.00
If c2 is greater than 4 but less than or equal to 15, then D2 = $405.00
If c2 is great than 15 then d2 = $700.00
So first, do I have this right formula-wise?
Second, I will have a few lines of this and then need to total the results in D. Right now when I do that, it returns a zero or an error. I have tried formatting all different ways and have also tried changing the way the D2 results are displayed via my formulate (eg: 90, 90.00, and $90.00) but nothing works. Do I need to somehow put the formatting into my formula? Basically, it seems as though Excel isnt recognizing the results of my formula as a number or anything else.
Thank you all so much. I have been absent for a long time, mostly because I returned to school but I remember that everyone was very helpful. I greatly appreciate any assistance you can provide.