Hi Guys, I am trying to make the below table into a formula in Notion, what am I doing wrong? Currently it is saying " Too few arguments in function if "
if(or(empty(prop("Progressing?")), empty(prop("Sore?"))), "Please answer first: 'Did you progress last time?' and 'How sore is the Target Muscle?'", if(prop("Progressing?") == "0: You had to do 2 more reps than planned to hit target RIR", if(prop("Sore?") == "0: You did not get at all sore in the target muscles", "Add 1-3 sets", ""), if(prop("Progressing?") == "0: You had to do 2 more reps than planned to hit target RIR", if(prop("Sore?") == "1: You felt stiff and sore after exercise but it went away by the next session.", "Add 1-2 sets", "Do not add sets"), if(prop("Progressing?") == "1: You had to do 0-1 more reps than planned to hit target RIR", if(prop("Sore?") == "0: You did not get at all sore in the target muscles", "Add 0-2 sets", ""), if(prop("Progressing?") == "1: You had to do 0-1 more reps than planned to hit target RIR", if(prop("Sore?") == "1: You felt stiff and sore after exercise but it went away by the next session.", "Add 0-1 sets", "Do not add sets"), if(prop("Progressing?") == "2: You hit your target RIR before hitting target reps", if(prop("Sore?") == "0: You did not get at all sore in the target muscles", "Do not add sets", "Do not add sets"), if(prop("Progressing?") == "3: You could not match last week’s reps at any RIR", if(prop("Sore?") == "0: You did not get at all sore in the target muscles", "Recovery Session", "Recovery Session"))))))))