Complicated if and then function
Solved/Closed
Sunny Adam
-
Oct 18, 2010 at 07:18 AM
Ambucias Posts 47310 Registration date Monday February 1, 2010 Status Moderator Last seen February 15, 2023 - Oct 21, 2010 at 05:08 PM
Ambucias Posts 47310 Registration date Monday February 1, 2010 Status Moderator Last seen February 15, 2023 - Oct 21, 2010 at 05:08 PM
Related:
- Complicated if and then function
- Find function on mac - Guide
- Accessor function c++ - Guide
- Spreadsheet function - Guide
- Agp function - Guide
- Hard drive function - Guide
2 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Oct 18, 2010 at 09:26 PM
Oct 18, 2010 at 09:26 PM
try this formula
=IF(A8<100,A8*3.25,IF(AND(A8>=100,A8<120),A8*3.5,IF(AND(A8>=120,A8<160),120*3.5+(A8-120)*3.75,IF(A8>=160,120*3.5+40*3.75+(A8-160)*4.5))))
assumption the no. of forms is in A8
check a few examples manally.
you can also use select case
=IF(A8<100,A8*3.25,IF(AND(A8>=100,A8<120),A8*3.5,IF(AND(A8>=120,A8<160),120*3.5+(A8-120)*3.75,IF(A8>=160,120*3.5+40*3.75+(A8-160)*4.5))))
assumption the no. of forms is in A8
check a few examples manally.
you can also use select case
brilliant!!!!!!! you are a genius!! it will help me thanks a lot
but still the result is not accurate enough perhaps i mistook the rates/form.. my bad..
Thanks again!!
but still the result is not accurate enough perhaps i mistook the rates/form.. my bad..
Thanks again!!
Ambucias
Posts
47310
Registration date
Monday February 1, 2010
Status
Moderator
Last seen
February 15, 2023
11,163
Oct 21, 2010 at 05:08 PM
Oct 21, 2010 at 05:08 PM
Isn't he wonderful? Venkat is one of our most illustreous contributors. We don't see him often, but when he makes an appearance, everybody notices and is overwhelmed in aw