Functions IF(AND( functions – multiple conditions I get #VALUE or FALSE Error

Johnpow

New Member
Joined
Feb 19, 2017
Messages
18
Hello
Trying to create an achievement outcome workbook for students in a debating competition.
I believe I need nested formula which produces Average, Good or Fantastic outcome based on multiple conditions.
Condition #1 - a validation List of student class Levels - F1,F2,T1,T2,E1,E2,E3,M.
Condition #2 – another validation list of achievement number allocated by adjudicators watching / listening to the debators.
Condition $3 – Outcome Gradings. Average, or Good, or Fantastic depending on the above conditions.

This formula seems to work but only with F1.
Code:
=IFERROR(IF(AND($P$6="F1"),IF(T15>$AH14,$AF14,IF(T15>$AH13,$AF13,IF(T15>$AH12,$AF12,)))),"")[/B][B]
But when I add another condition (F2), as per the following formula, I get #VALUE error or FALSE error
HTML:
=IFERROR(IF(AND($P$6="F1"),IF(T15>$AH14,$AF14,IF(T15>$AH13,$AF13,IF(T15>$AH12,$AF12,)))),IF(AND($P$6="F2"),IF(T15>$Ai14,$AF14,IF(T15>$AI13,$AF13,IF(T15>$Ai12,$AF12)))))
I get the same error/s when I add T1,T2,E1,E2,E3 and M to make one long formula.
Currently using IF(AND( - Is such a formula possible?
Maybe I need to use different functions? Maybe Arrays somewhere?
Help please.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
@Johnpow
While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0

Forum statistics

Threads
1,214,925
Messages
6,122,298
Members
449,077
Latest member
Rkmenon

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top