|
|||||||||||||||||||||
|
#1
|
|||
|
|||
|
Is this possible?
Hello,
I was wondering if anyone can assist me with a formula. This is what I need: C19 is where you enter the inches C20 adds the charge The formula to go into C20 needs to be this: If the number in C19 is 01" through 12" is entered, add $75. If 13" thorugh 24" is entered, add $175, if 25" through 36" is entered, then add $275, otherwise (or anything else), enter $0 to C20. Is this even possible?.... I would really appreciate your help. Bella
|
|
#2
|
|||
|
|||
|
Is this what you mean?
=IF(AND(1<=C19,C19<=12),75,IF(AND(13<=C19,C19<=24),175,IF(AND(25<=C19,C19<=36),275,0))) |
|
#3
|
|||
|
|||
|
Anyone any idea whether the response solved the query?
I'm new here but shouldn't we thank publicly for any help given? |
|
#4
|
||||
|
||||
|
Whether it solved it, we don't know, but it works.
But it would still be nice the here from mbdbiz
__________________
oldchippy ------------- ![]() Click here >>> Top Excel links for beginners to Experts Forum Rules >>>Please don't forget to read these |
![]() |
| Bookmarks |
New topics in F1 Get the most out of Excel Formulas & Functions
|
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|