Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 25th, 2016, 10:37 AM
Registered User
 
Join Date: Mar 2016
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Data on multiple sheets

I have a two fold issue. First, I have a workbook that has multiple sheets, each with specific contact history. Each of the sheets is named with the respective contact name (i.e. Bob, Ann, Tom, etc..).

Let's say on sheet "Bob" in row A I have a list of dates 21-Mar-16, 20-Mar-16, etc... in row B I have data such as type A, type B, or type C and finally in row C I have values of either win or loss.

On Sheet 1, I have a master list with the following column headers: Contact Name, Month, Type and Type by month. I'd like for this main sheet to display the win percentage by month, type and type by month.to collect the values for each of the contacts from their respective sheets.

As an example: Sheet "Bob" has data from 1-Mar-16 thru 19-Mar-16 with a total of 14 rows of data. Type A has 8 wins, type B has 1 win and type C has 1 win.

How can I pull the following data into my main sheet were say row 2 would be Contact Name: Bob, March 2016: 80%, Type A: 71.42%, March 2016 Type A: 57.14%, March 2016 Type B: 7.14% and March 2016 Type C: 7.14%.

Also, each sheet goes back 2yrs so the range would be specific to the month and year.

Thank you in advance for any assistance that can be provided.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Exporting queries to multiple sheets in one workbook Leon1davies Access VBA 4 January 8th, 2012 09:13 AM
To copy data from three sheets into one sheet. honey26 Excel VBA 3 June 7th, 2011 07:04 AM
Searching Multiple Sheets for Data? Bill_L Excel VBA 2 June 20th, 2007 09:14 AM
Export data to several excell sheets at will milocold Crystal Reports 0 November 16th, 2005 11:42 AM
Loading from multiple sheets on another workbook luxcs Excel VBA 0 March 25th, 2004 03:00 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.