Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default Paris Hilton has an Excel question

My friend Paris keeps a spreadsheet ("DATES") of men she
dates and how much they spent on her. Some names (like
mine) appear multiple times:

Paul 10.00
Paul 15.00
Larry 5,780.00
Jim 10,900.00
Paul 6.00
David 14,500.00
David 22,000.00


Now, on another sheet ("VIP")she keeps a list of dates
that have special privileges. Paris wants to extract from
the DATES sheet every row that a name matching a name in
the VIP sheet.

Any ideas?

Thanks
Paul
(I'll intro you if you help; the rest is up to you...)


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Paris Hilton has an Excel question

This task is better suited for Access, one table "Dates"; one table
"VIP". Then doing a full join on the name field.

But in Excel, you could name ranges for "Date_Names" and "VIP_Names"
and loop through Date_Names and for each name loop through VIP_Names.
I'm sure there are better ways.

"Paul" wrote in message ...
My friend Paris keeps a spreadsheet ("DATES") of men she
dates and how much they spent on her. Some names (like
mine) appear multiple times:

Paul 10.00
Paul 15.00
Larry 5,780.00
Jim 10,900.00
Paul 6.00
David 14,500.00
David 22,000.00


Now, on another sheet ("VIP")she keeps a list of dates
that have special privileges. Paris wants to extract from
the DATES sheet every row that a name matching a name in
the VIP sheet.

Any ideas?

Thanks
Paul
(I'll intro you if you help; the rest is up to you...)

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
Excel 2007 Macro/VB Question DDE Question MadDog22 Excel Worksheet Functions 1 March 10th 10 01:47 AM
Excel 2003 to Excel 2007 Question Mr. Panasonic Excel Worksheet Functions 0 December 15th 08 06:16 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
The question is an excel question that I need to figure out howto do in excel. Terry Excel Worksheet Functions 3 January 23rd 06 06:22 PM
Statistical Excel Function Question within Excel 2000... Drew H Excel Worksheet Functions 3 October 31st 04 06:55 PM


All times are GMT +1. The time now is 05:37 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"