Hi
I'm trying to get a formula to work but cant seem to get my head round it this morning.
I have a cell E14 with a list in it, Gold, Silver, Bronze
I want cell E15 to look at it and which ever value is selected use
a folrmula for it.
Something like this
IF(E14="GOLD",THEN(H14<5,0,IF(H14=5,2,IF(H14<11,2.5,IF(H14<16,3,IF(H14<21,3.5,IF(H14<26,4,IF(H14<31,4.5,IF(H14>30,5))))))))
IF(E14="SILVER",THEN(H14<5,0,IF(H14=5,1,IF(H14<11,1.5,IF(H14<16,2,IF(H14<21,2.5,IF(H14<26,3,IF(H14<31,3.5,IF(H14>30,4))))))))
IF(E14="BRONZE",THEN(H14,0)
Thanks
I'm trying to get a formula to work but cant seem to get my head round it this morning.
I have a cell E14 with a list in it, Gold, Silver, Bronze
I want cell E15 to look at it and which ever value is selected use
a folrmula for it.
Something like this
IF(E14="GOLD",THEN(H14<5,0,IF(H14=5,2,IF(H14<11,2.5,IF(H14<16,3,IF(H14<21,3.5,IF(H14<26,4,IF(H14<31,4.5,IF(H14>30,5))))))))
IF(E14="SILVER",THEN(H14<5,0,IF(H14=5,1,IF(H14<11,1.5,IF(H14<16,2,IF(H14<21,2.5,IF(H14<26,3,IF(H14<31,3.5,IF(H14>30,4))))))))
IF(E14="BRONZE",THEN(H14,0)
Thanks