• 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.

Allocation of Prize Money

guitarman

Member
Hi there everyone Hope you are all well.

I wondered if you could help me out with formula to obtain the prize money for the end of season awards. It consists of two columns Column (K) which will have a number in each cell denoting finish position

Column(L) Will have a monetary value i.e. £500 or £150 or £100

Column---K--- Column---L---

1 £500

2 £250

3 £150 etc etc

I am unsure what formula to use to obtain the required result

Many thanks in advance for your time.

Mick
 
Where do the prize money amounts come from? Are they alreayd assigned at those levels to go to first place, second, etc? If so, you could do:
=CHOOSE(K2,500,150,100)
 
Where do the prize money amounts come from? Are they alreayd assigned at those levels to go to first place, second, etc? If so, you could do:
=CHOOSE(K2,500,150,100)

Hi Luke thanks for that I tried it out and it just comes back #Value what I really want is for me to enter a(1) in column K and £500 to come up in column L So am I right thinking I need a formula Like "1" = £500 "2" = £250 etc or something like that
Many thanks
Mike
 
That's...what I did? :confused:

Perhaps you were just seeing the error when cell was blank? If that's an issue, we can add a quick IF check at the beginning. See file.
 

Attachments

  • Prize Money.xlsx
    11.3 KB · Views: 3
That's...what I did? :confused:

Perhaps you were just seeing the error when cell was blank? If that's an issue, we can add a quick IF check at the beginning. See file.

Luke Top Man
Thats done the trick problem solved many thanks for your time and trouble
have a great day and a brilliant life
Once again Many Thanks
Mike
 
Back
Top