Eric Kelcher
Board Regular
- Joined
- May 11, 2006
- Messages
- 130
I was hoping there was a way if cell C4 is => a number pull from various columns in Worksheet 2 based on C4 value for all numbers within a range in Worksheet1
Currently i am having to use a lot of if/then statements to make this work correctly and I have just added 2 new payout columns it would be a lot simpler if I could write a code in Worksheet 2 that said if C4>40 use column H if >20 then use column D etc
Worksheet 1
Sample of Worksheet 2 on next post
Currently i am having to use a lot of if/then statements to make this work correctly and I have just added 2 new payout columns it would be a lot simpler if I could write a code in Worksheet 2 that said if C4>40 use column H if >20 then use column D etc
Worksheet 1
09 Template.xls | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
4 | 20 | TBK | |||||
5 | JohnKennedy | x | 525 | ||||
6 | LyndonBJohnson | x | 250 | ||||
7 | RichardNixon | x | 150 | ||||
8 | GeraldFord | x | 125 | ||||
9 | JimmyCarter | x | 100 | ||||
10 | RonanldReagan | x | 75 | ||||
11 | GeorgeBush | x | 75 | ||||
12 | BillClinton | x | 75 | ||||
13 | GeorgeWBush | x | 75 | ||||
14 | BarackObama | x | 75 | ||||
15 | 11 | ||||||
16 | 12 | ||||||
17 | 13 | ||||||
18 | 14 | ||||||
19 | 15 | ||||||
20 | 35 | SptBK | |||||
21 | JohnBelushi | x | 650 | ||||
22 | DanAykroyd | x | 325 | ||||
23 | JakeBlues | x | 225 | ||||
24 | ElwoodBlues | x | 200 | ||||
25 | JamesBrown | x | 175 | ||||
26 | BBKing | x | 150 | ||||
27 | BuddyGuy | x | 150 | ||||
28 | RobertJohnson | x | 150 | ||||
29 | MuddyWaters | x | 150 | ||||
30 | JohnLeeHooker | x | 150 | ||||
ASRA |
Sample of Worksheet 2 on next post