I only can use Compare , Count ,Find ,Join , Save and sort to do this.
question: What would you do to determine how many existing customers purchased another plan / phone?
- Visitors – anyone who visited the site (anyone on site)
- Prospects – any consumer who visited the site, but did not log into an account (logging into an account would indicate they were an existing customer)
- Customers – consumers who have logged into their site account online
- Hotphone Buyers – consumers who have purchase a wireless phone & plan on site
table looks like this
Date / Label / UserID / Demographic Bucket/ Zip Code/ Time_Stamp
these are the only commands we are allowed to use !! :(
Compare: Comparison of 2 data files. Column 1 indicates the data that matches
Indicate file1, file2 and column to be compared
Count:
Counts rows. Column to be counted must be indicated.
Find:
Allows one to find data that matches criteria. Column to be searched must be indicated.
Join :
Joins 2 files. Files must be sorted by join column first. Resulting file is the join column in column 1, all other columns in file 1 and all other columns in file 2. Indicate file1, file2 and column to be joined.
Save: Allows you to save the results from a command. E.g. if you Find x on column 2, the results will be only that data that qualifies. Use –k1 to save only column 1 , –k2 to save only column 2, etc.
sort: