Syndrome78
Technical User
I have a new rate that I have to add for a calculation spreadsheet, but I can't figure out how to integrate it using existing IF Statement formulas.
I have 4 rates for a class; rate 1 is a standard rate, rate 2 is a discounted rate for primary service, rate 3 is a discounted rate for primary service and transformer ownership, and rate 4 (new one) is for transmission level service.
There are now 3 trigger cells where you can choose Y/N, previously there were only 2. They are Primary Feed, Own Transformer and now Transmission Feed. The previous formula was =IF(Primary Feed="y",IF(AND(Primary Feed="y",Own Transformer="y"),Rate 3,Rate 2),Rate 1)
I need to add the third Y/N trigger to the formula, but can't figure it out how cause some one using the spreadsheet might put Y for all 3 triggers and get and incorrect rate calculation.
I have 4 rates for a class; rate 1 is a standard rate, rate 2 is a discounted rate for primary service, rate 3 is a discounted rate for primary service and transformer ownership, and rate 4 (new one) is for transmission level service.
There are now 3 trigger cells where you can choose Y/N, previously there were only 2. They are Primary Feed, Own Transformer and now Transmission Feed. The previous formula was =IF(Primary Feed="y",IF(AND(Primary Feed="y",Own Transformer="y"),Rate 3,Rate 2),Rate 1)
I need to add the third Y/N trigger to the formula, but can't figure it out how cause some one using the spreadsheet might put Y for all 3 triggers and get and incorrect rate calculation.