This seems like a helpful place to get some advice on how to enter in a lengthy IF statement I am having trouble with. I am running Excel 2007 and have a spreadsheet I am using for a fantasy auto racing pool.
25 people are playing and they are to choose 5 drivers and I will enter them into this table. I am entering the drivers by car number so the numbers will vary from 1 to 99. Their finishing positions vary from 1 to 43 and will be added up with the lowest score winning for that week.
I need a formula that will automatically enter the data into the table based on the finishing positions. I have a column numbered 1 to 99 representing the car numbers and all I would need to do is enter the finishing position next to the respective car number and the table will populate automatically for everyone who had that number.
The IF statement I tried looks like this: I would go up to 99 but can't...
=IF(B3=1,Q1,IF(B3=2,Q2,IF(B3=3,Q3,IF(B3=4,Q4,IF(B3=5,Q5,IF(B3=6,Q6,IF(B3=7,Q7,IF(B3=8,Q8,IF(B3=9,Q9
When I get to 9 it reaches it's max number of nested IFs and I'm not sure which other functions I could use to make this work... Any help would be greatly appreciated. I will continue to research while this question is being pondered. Thanks.
Matt
25 people are playing and they are to choose 5 drivers and I will enter them into this table. I am entering the drivers by car number so the numbers will vary from 1 to 99. Their finishing positions vary from 1 to 43 and will be added up with the lowest score winning for that week.
I need a formula that will automatically enter the data into the table based on the finishing positions. I have a column numbered 1 to 99 representing the car numbers and all I would need to do is enter the finishing position next to the respective car number and the table will populate automatically for everyone who had that number.
The IF statement I tried looks like this: I would go up to 99 but can't...
=IF(B3=1,Q1,IF(B3=2,Q2,IF(B3=3,Q3,IF(B3=4,Q4,IF(B3=5,Q5,IF(B3=6,Q6,IF(B3=7,Q7,IF(B3=8,Q8,IF(B3=9,Q9
When I get to 9 it reaches it's max number of nested IFs and I'm not sure which other functions I could use to make this work... Any help would be greatly appreciated. I will continue to research while this question is being pondered. Thanks.
Matt