Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rob Rob is offline
external usenet poster
 
Posts: 14
Default Working with 2 worksheets

Hello all,
I am working with 2 different worksheets and need to have info from 1 auto
over to the other in certain cells. 7 sales people on sheet 1 have multiple
sales with multiple forms of payments (ie, CC, Cash Wire etc.). Sheet 2 is a
total for the day, week, month etc. and list each sales person in A1:A7 with
the forms of payment in columns B through H. I know there is a way to match
the forms of payment with the sales person on Sheet 1 to auto populate in the
corresponding cells on sheet 2 but I am drawing a blank. Any help would be
appreciated. Thanks to all...

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default Working with 2 worksheets

With the layout you discribe for Sheet 2, I'm not sure how you'd report
totaling by day, week, month.
You may want to consider using Pivot tables.

As for returning the data as you described here;
the forms of payment in columns B through H. .... a way to match
the forms of payment with the sales person on Sheet 1


With Sheet1: Headers on Row 1.
Col A: Sales Associate, Col B: Date, Col C: Payment Type, Col D: Amount
Sheet2: Headers on Row 1.
Col A: Sales Associate, Col B: PaymentType1, Col C: Type2, ...Col H: Type7

In Sheet2, B2 enter this formula.
=SUMPRODUCT(--(Sheet1!$A$2:$A$100=$A2),
--(Sheet1!$C$2:$C$100=B$1),Sheet1!$D$2:$D$100)

This formula can be copied down and to the right as needed.
Assumes data on Sheet1 stops at row 100. Modify to fit your data range.
You may want to use validation on Sheet1 to assure that the Associates and
Payment types are spelled the same on both sheets.
Hope this helps.

Regards,
Dave


"Rob" <u53108@uwe wrote in message news:98bb4221edd64@uwe...
Hello all,
I am working with 2 different worksheets and need to have info from 1 auto
over to the other in certain cells. 7 sales people on sheet 1 have
multiple
sales with multiple forms of payments (ie, CC, Cash Wire etc.). Sheet 2 is
a
total for the day, week, month etc. and list each sales person in A1:A7
with
the forms of payment in columns B through H. I know there is a way to
match
the forms of payment with the sales person on Sheet 1 to auto populate in
the
corresponding cells on sheet 2 but I am drawing a blank. Any help would be
appreciated. Thanks to all...



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
Help working between two worksheets MelSmith Excel Worksheet Functions 5 January 29th 09 12:28 PM
Working Between Worksheets jrk7520 Excel Discussion (Misc queries) 3 June 28th 08 12:17 AM
Working with worksheets james Excel Worksheet Functions 7 January 9th 08 02:20 PM
Working with worksheets in excel Nancy Excel Discussion (Misc queries) 2 April 19th 06 11:46 PM
Working with several worksheets Alexandre Duarte Excel Discussion (Misc queries) 9 December 7th 05 02:59 PM


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