Hi,
I am using a form control combo box, which returns a number (1-13), depending on what option I've chosen.
I then have an index/match lookup for month by month results based on this...
My problem is:
2 of the options (5 & 9) are percentages, so I want to format the cells to be numbers when these two aren't chosen and percentages when they are.
So, I had two conditional format rules for this:
=or($B$5=5,$B$5=9), format as percentage
=or($B$5<>5,$B$9<>9), format as number
Whichever formatting rule is first takes precedence and even when I choose another option, the formatting of the cells do not change...
Anyone got any ideas as to why this is? Or can they give me another idea of how to get around this?
Thanks,
Eoin
I am using a form control combo box, which returns a number (1-13), depending on what option I've chosen.
I then have an index/match lookup for month by month results based on this...
My problem is:
2 of the options (5 & 9) are percentages, so I want to format the cells to be numbers when these two aren't chosen and percentages when they are.
So, I had two conditional format rules for this:
=or($B$5=5,$B$5=9), format as percentage
=or($B$5<>5,$B$9<>9), format as number
Whichever formatting rule is first takes precedence and even when I choose another option, the formatting of the cells do not change...
Anyone got any ideas as to why this is? Or can they give me another idea of how to get around this?
Thanks,
Eoin