Help writing a Apple Numbers Spreadsheet embedded IF function that test 5 conditions and returns 5 values.
=IF(R2>0,<2,”2”,IF(R2>1,<3,”4”,IF(R2>2,<4,”6”,IF(R2>3,<5,”8”,IF(R2>,4<5,”10”)))))
m
I’’m trying to write a Apple Numbers Spreadsheet formula that embeds the IF function to test 5 different conditions. =IF(R2 is 1 then assign the value “2”, Else IF(R2 is 2, then assign the value “4” else IF(R2 is 3 then assign the value “6” else IF(R2 is 4 then assign the value “8” else IF(R2 is 5, then assign the value of “10”)))))
I continue to get syntax errors. I would appreciate help with my syntax errors and actually seeing the proper syntax to make this work. Moreover, I am open to a welcoming a more efficient way to to achieve the overall goal stated above.
MacBook Pro (3)