I am trying to use a formula to return the value of a sponsorship package for a golf tournament. I have a column called “Sponsorship” and under that column have values “Level 1, Level 2, Level 3, Level 4, Level 5” I want to use this formula but it keeps giving an error so I must be doing something wrong. Would appreciate any help.
IF({Sponsorship}= “Level 1”,“$5,000”,
IF({Sponsorship }= “Level 2”, “$10,000”,
IF({Sponsorship }= “Level 3”,“$15,000”,
IF({Sponsorship }= “Level 4”,“$20,000”,
IF({Sponsorship }= “Level 5”,“$25,000”)))))
Thanks,
Jim
