• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

nesting fuction to large - options

I have a script which changes the cell content dependant on an answer. I have 9 option. I am getting an error saying to many for function.

Script
=IF(R7=4,"4 weekly PMI Inspection frequency",IF(R7=5,"5 weekly PMI Inspection frequency", IF(R7=6,"6 weekly PMI Inspection frequency",IF(R7=7,"7 weekly PMI Inspection frequency",IF(R7=8,"8 weekly PMI Inspection frequency",IF(R7=9,"9 weekly PMI Inspection " ,IF(R7=10,"10 weekly PMI Inspection ", IF(R7=11,"11 weekly PMI Inspection ", IF(R7=12,"12 weekly PMI Inspection ","13 weekly PMI Inspection "))
 
Back
Top