R
Robert Jones
I have a series of 25 items which people have scored 1=best, 10=worst etc.
I want to find the most popular item, and have entered the following formula
against F2:
=IF(B2=0,0,25-B2)
The idea being that if there is no vote, then the score should be 0, but if
there is a vote then the score should 25-(the vote)
So if someone has voted an item 1, which is the top vote, then it should get
a score of 24, 2 gets a score of 23, 3 gets a score of 22 etc, but items
with no vote still get a score of 0.
The problem is when I enter this formula I get #VALUE! because it doesn't
like the 25-B2 entry.
How can I get the result I want?
I want to find the most popular item, and have entered the following formula
against F2:
=IF(B2=0,0,25-B2)
The idea being that if there is no vote, then the score should be 0, but if
there is a vote then the score should 25-(the vote)
So if someone has voted an item 1, which is the top vote, then it should get
a score of 24, 2 gets a score of 23, 3 gets a score of 22 etc, but items
with no vote still get a score of 0.
The problem is when I enter this formula I get #VALUE! because it doesn't
like the 25-B2 entry.
How can I get the result I want?