Formula for expressing data in a table

Hi, I am looking for the best way to write the formula for the attached tables.

Table A, I will already have Neck Score, Leg Score and Trunk Posture Score.

Table C, I will have Score A and Score B.

Would I be correct in writing a formula like this for Table A?

IFS(
AND(CONTAINS([Neck Score], “1”),IN([Leg Score], “1”, IN([Trunk Posture Score], “1”)),1,
AND(CONTAINS([Neck Score], “1”),IN([Leg Score], “1”, IN([Trunk Posture Score], “2”)),2,
AND(CONTAINS([Neck Score], “1”),IN([Leg Score], “1”, IN([Trunk Posture Score], “3”)),2,
AND(CONTAINS([Neck Score], “1”),IN([Leg Score], “1”, IN([Trunk Posture Score], “4”)),3,
AND(CONTAINS([Neck Score], “1”),IN([Leg Score], “1”, IN([Trunk Posture Score], “5”)),4,

etc etc…

Just making sure I am not creating more work than is required and wondered if there was an easier way?

Thanks in advance, your ideas and input is always appreciated.

3X_a_f_afe2414071d9565250b80dce565226ca311a7c30.png 3X_3_6_3624270d51dd0fa1f19296f3a301db685032b6b3.png

Solved Solved
0 19 387
1 ACCEPTED SOLUTION

@Aleksi, I must say… you are an absolute legend!!! Thank you as always. It seems to be picking up the data as requested.

View solution in original post

19 REPLIES 19
Top Labels in this Space