There is an easier way if you can be bothered......
Somewhere else on the sheet, or on another sheet, make a two-column table going
1 Statement
2 Statement
3 Statement
etc in order for all 16 statements.
Select that grid and do Insert, name, define. Choose a name - say "data"
If your other list looks like
1 3
2 4
3 15
....
75 4
in columns A and B, then in cell C1 (for example) type =vlookup(B1,data,2,false)
That says to excel "lookup the value in B1 in the table called 'data', and take whatever is in the second column and put it here".
But that's not easier you cry. It's a right palarver. It becomes easier if you have to make any subsequent changes to your questions, so if you spot a typo or something - you only have to fix it in the "data" list rather than searching for it repeatedly...