Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Before I jump off my desk...

Problem
I collate results of lead qualification telemarketing in an Excel database.
In the database, amongst other fields in sheet1, I have Campaign Title, Lead
Source Code, Country and Call Status

The lead source code looks like this: UKEMMMYYXXXXXXXXXXTYPE

Whe
UK is always present,
EM could be replaced by WB,
MMYY are MonthYear, X is the campaign name (text of various length)
TYPE is either PROS, CUST or ONLINE

The other key field a

COUNTRY - is one of three possibilities, UK, RoI, SA
CALL STATUS - could be a number of possibilites but I am interested in Lead
A or Lead B

I need to be able to report on how many Leads (A, B) I have by
EM+COUNTRY+TYPE and WB+COUNTRY+TYPE

I have tried every possibility I can think of, except the right one,
including Pivot Tabels which I know little about.

Any help gratefully recieved.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Before I jump off my desk...

Hi
Add an extra column to your source table assume column X
=LEFT(A1,2)&"|"&MID(A1,3,2)&"|"&RIGHT(A1,4)

Assuming Call Status is column D
Then a Sumproduct
=SUMPRODUCT(--($X$1:$X$1000="EM|UK|PROS"),--($D$1:$D$1000="LEAD A"))

You could set up a report matrix in say columns AA:AC
In AB1 enter Lead A, in AC1 enter Lead B
IN AA2 enter the first of your Analysis groups e.g EM|UK|PROS
and so on down the column.
In AB2 enter
=SUMPRODUCT(--($X$1:$X$1000=$AA2),--($D$1:$D$1000=AB$1))
Copy across to AC2, then copy both cells down as far as required.

--
Regards
Roger Govier

"drumbumuk" wrote in message
...
Problem
I collate results of lead qualification telemarketing in an Excel
database.
In the database, amongst other fields in sheet1, I have Campaign Title,
Lead
Source Code, Country and Call Status

The lead source code looks like this: UKEMMMYYXXXXXXXXXXTYPE

Whe
UK is always present,
EM could be replaced by WB,
MMYY are MonthYear, X is the campaign name (text of various length)
TYPE is either PROS, CUST or ONLINE

The other key field a

COUNTRY - is one of three possibilities, UK, RoI, SA
CALL STATUS - could be a number of possibilites but I am interested in
Lead
A or Lead B

I need to be able to report on how many Leads (A, B) I have by
EM+COUNTRY+TYPE and WB+COUNTRY+TYPE

I have tried every possibility I can think of, except the right one,
including Pivot Tabels which I know little about.

Any help gratefully recieved.


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default Before I jump off my desk...

=SUMPRODUCT(--(MID($A$2:$A$1000,3,2)=emwb),--($B$2:$B$1000=country),--(RIGHT($A$2:$A$1000,LEN(type))=type),($C$2:$C$1000 ="Lead A")+($C$2:$C$1000="Lead B"))

This of course assumes that column A has your Lead Source Code, column B has
country, and column C has your Call Status.
I also am just adding Lead A and Lead B, if you need 2 separate tallies,
just modify the formula to remove the + sign and the one you are not solving
for.
--
John C


"drumbumuk" wrote:

Problem
I collate results of lead qualification telemarketing in an Excel database.
In the database, amongst other fields in sheet1, I have Campaign Title, Lead
Source Code, Country and Call Status

The lead source code looks like this: UKEMMMYYXXXXXXXXXXTYPE

Whe
UK is always present,
EM could be replaced by WB,
MMYY are MonthYear, X is the campaign name (text of various length)
TYPE is either PROS, CUST or ONLINE

The other key field a

COUNTRY - is one of three possibilities, UK, RoI, SA
CALL STATUS - could be a number of possibilites but I am interested in Lead
A or Lead B

I need to be able to report on how many Leads (A, B) I have by
EM+COUNTRY+TYPE and WB+COUNTRY+TYPE

I have tried every possibility I can think of, except the right one,
including Pivot Tabels which I know little about.

Any help gratefully recieved.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My eyes Are Tiered, Forehead Bruised, My Desk Dented.!! Help??? KG121953 Excel Discussion (Misc queries) 1 October 5th 07 08:03 PM
How to jump to end of text only? Joe Bloggs Excel Discussion (Misc queries) 3 August 12th 06 08:32 PM
HELP for a macro to create a shortcut of an excel file on the desk Francesco Excel Discussion (Misc queries) 2 April 13th 06 05:13 PM
Move excel file to desk top? Nina Excel Discussion (Misc queries) 1 March 16th 06 12:27 AM
Excel won't open from files, only from desk top icon. bluetooth Excel Discussion (Misc queries) 0 March 5th 05 02:43 AM


All times are GMT +1. The time now is 09:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"