ltomlinson
New Member
- Joined
- Sep 9, 2014
- Messages
- 23
Hello Everyone,
I am having an issue with this function.
I need an Index Function with a table 4 columns wide and 58 rows
Example:
<1000 <2500 >2500
P1: jjj Q1: jack R1: mary S1: Tom
P2: lll Q2: jill R2: frank S2: tammy
P3: MMM Q3: jess R3: beth S3: john
P4: NNN Q4: seth R4: bill S4: Fred
I need the function to look at column C on sheet 1) and if Column P (on sheet 2) (jjj, lll, mmm, nnn) is matches, then i need it to look at the $ value of Column N
(sheet 1)and if it is <1000 i need it to return the name in Column Q. If it is between 1000<2500 i need it to return the name in column R. and >2500 return the name in column S
I am new to this, so as much help is very much appreciated
I am having an issue with this function.
I need an Index Function with a table 4 columns wide and 58 rows
Example:
<1000 <2500 >2500
P1: jjj Q1: jack R1: mary S1: Tom
P2: lll Q2: jill R2: frank S2: tammy
P3: MMM Q3: jess R3: beth S3: john
P4: NNN Q4: seth R4: bill S4: Fred
I need the function to look at column C on sheet 1) and if Column P (on sheet 2) (jjj, lll, mmm, nnn) is matches, then i need it to look at the $ value of Column N
(sheet 1)and if it is <1000 i need it to return the name in Column Q. If it is between 1000<2500 i need it to return the name in column R. and >2500 return the name in column S
I am new to this, so as much help is very much appreciated