I have been working on a multiple IF statement but I’m getting messed up…I keep getting a window stating I’ve “entered too many arguments for this function”. I haven’t even finished entering all the IF, AND bits that I want! I have a total of 5 conditions that need met and I’ve managed two of them when this the above-referenced error pops up. Here’s what I have so far and I’d appreciate it if someone can tell me what I’ve done wrong. Thank you!
=IF(B6>=$B$2, “Diamond”,””,(IF((AND(B6>=$C$2, B6<$C$3)),"Platinum","")))