SwimmingNathan
New Member
- Joined
- Aug 21, 2013
- Messages
- 34
Hey,
So I have a spreadsheet with two sheets, on the first is a list of contact details, including CRM ID numbers.
First sheet:
[TABLE="width: 750"]
<tbody>[TR]
[TD]CRM ID[/TD]
[TD]Full Name[/TD]
[/TR]
[TR]
[TD]d2f6vr61-5v5r11vdv1-d6vd6g6e
[TABLE="width: 133"]
<tbody></tbody>[/TABLE]
[/TD]
[TD]Sonny Jim[/TD]
[/TR]
</tbody>[/TABLE]
On the second sheet I have details of opportunities, the only identifiable variable on this sheet is the customer name.
I want to search the first sheet based on the name and return the ID.
Second sheet:
[TABLE="width: 750"]
<tbody>[TR]
[TD]Sonny Jim[/TD]
[TD]=INDEX('Customer contacts CEGX 08.08.13'!E:E, (MATCH(Opps!C4,'Customer contacts CEGX 08.08.13'!E:E,0)))[/TD]
[TD](I want to return the ID in for the name in the first column here.[/TD]
[/TR]
[TR]
[TD]Rod Stewart[/TD]
[TD]=INDEX('Customer contacts CEGX 08.08.13'!E:E, (MATCH(Opps!C4,'Customer contacts CEGX 08.08.13'!E:E,0)))[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Helen McArthur[/TD]
[TD]=INDEX('Customer contacts CEGX 08.08.13'!E:E, (MATCH(Opps!C4,'Customer contacts CEGX 08.08.13'!E:E,0)))[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The formula in the second column contains a formula I'm using to check whether the names are actually in the first sheet.
I can re-configure the layout of the spreadsheet if needs be, I'm sure there's a fairly simple solution, my brain just is not playing ball.
Any help is greatly appreciated.
Cheers,
SwimmingNathan
So I have a spreadsheet with two sheets, on the first is a list of contact details, including CRM ID numbers.
First sheet:
[TABLE="width: 750"]
<tbody>[TR]
[TD]CRM ID[/TD]
[TD]Full Name[/TD]
[/TR]
[TR]
[TD]d2f6vr61-5v5r11vdv1-d6vd6g6e
[TABLE="width: 133"]
<tbody></tbody>[/TABLE]
[/TD]
[TD]Sonny Jim[/TD]
[/TR]
</tbody>[/TABLE]
On the second sheet I have details of opportunities, the only identifiable variable on this sheet is the customer name.
I want to search the first sheet based on the name and return the ID.
Second sheet:
[TABLE="width: 750"]
<tbody>[TR]
[TD]Sonny Jim[/TD]
[TD]=INDEX('Customer contacts CEGX 08.08.13'!E:E, (MATCH(Opps!C4,'Customer contacts CEGX 08.08.13'!E:E,0)))[/TD]
[TD](I want to return the ID in for the name in the first column here.[/TD]
[/TR]
[TR]
[TD]Rod Stewart[/TD]
[TD]=INDEX('Customer contacts CEGX 08.08.13'!E:E, (MATCH(Opps!C4,'Customer contacts CEGX 08.08.13'!E:E,0)))[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Helen McArthur[/TD]
[TD]=INDEX('Customer contacts CEGX 08.08.13'!E:E, (MATCH(Opps!C4,'Customer contacts CEGX 08.08.13'!E:E,0)))[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The formula in the second column contains a formula I'm using to check whether the names are actually in the first sheet.
I can re-configure the layout of the spreadsheet if needs be, I'm sure there's a fairly simple solution, my brain just is not playing ball.
Any help is greatly appreciated.
Cheers,
SwimmingNathan