Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default eliminate data entry of counts by state

Hello
I receive numerous excel spreadsheets from vendors. Each provides
distribution by state, but not all vendors distribute in each of the 50
states. I enter the spreadsheets data into one spreadsheet to obtain total
distribution by state for an annual report.

I would like to import the data by state with a macro or formula that tells
Excel if state = empty then skip or enter zero.

I want to eliminate entering this data by hand.

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,441
Default eliminate data entry of counts by state

Post a SMALL example of the data tables you are using.

HTH,
Bernie
MS Excel MVP


"redhead" wrote in message
...
Hello
I receive numerous excel spreadsheets from vendors. Each provides
distribution by state, but not all vendors distribute in each of the 50
states. I enter the spreadsheets data into one spreadsheet to obtain total
distribution by state for an annual report.

I would like to import the data by state with a macro or formula that tells
Excel if state = empty then skip or enter zero.

I want to eliminate entering this data by hand.

Thank you



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default eliminate data entry of counts by state

Here is a sample after I've entered the state counts by hand that I've
received from Ingrum, Sourced Interlink and Msolve
Thank you

DEC 07 ISSUE STATE Ingrum Sourced Interlink Msolve
AK 42 15
AL 31 64
AR 34 5 8
AZ 44
CA 386 384
CO 53 50
CT 64
DC
DE 4 21
FL 111 206
GA 56 54 45
HI 6
IA 23


"Bernie Deitrick" wrote:

Post a SMALL example of the data tables you are using.

HTH,
Bernie
MS Excel MVP


"redhead" wrote in message
...
Hello
I receive numerous excel spreadsheets from vendors. Each provides
distribution by state, but not all vendors distribute in each of the 50
states. I enter the spreadsheets data into one spreadsheet to obtain total
distribution by state for an annual report.

I would like to import the data by state with a macro or formula that tells
Excel if state = empty then skip or enter zero.

I want to eliminate entering this data by hand.

Thank you




  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default eliminate data entry of counts by state

One formulas play to tinker with

Illustrated in this sample:
http://www.freefilehosting.net/download/3bb31
Count by state from various sheets.xls

Assume states are listed in col A in each of the source sheets from the
vendors, with source sheets named after the vendor, ie: Ingrum, Sourced
Interlink, Msolve

In Summary,
The complete list of states are assumed in A2 down
Enter the vendors' sheetnames in B1 across,
eg: Ingrum, Sourced Interlink, Msolve

Then put in B2:
=COUNTIF(INDIRECT("'"&B$1&"'!A:A"),$A2)
Copy B2 across/fill down to populate the required counts from each vendor's
sheet
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"redhead" wrote:
Here is a sample after I've entered the state counts by hand that I've
received from Ingrum, Sourced Interlink and Msolve
Thank you

DEC 07 ISSUE STATE Ingrum Sourced Interlink Msolve
AK 42 15
AL 31 64
AR 34 5 8
AZ 44
CA 386 384
CO 53 50
CT 64
DC
DE 4 21
FL 111 206
GA 56 54 45
HI 6
IA 23


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
How can I show state-by-state data (as silos) on a map of NA Rob Charts and Charting in Excel 0 November 5th 07 03:41 PM
Converting State Names to State Abbreviations aznate Excel Discussion (Misc queries) 1 October 20th 06 06:52 AM
How do i find the counts of data with a condition of other cells veeramis Excel Worksheet Functions 1 June 14th 06 07:59 PM
Pivot Table counts instead of data BobS9895 Excel Worksheet Functions 4 May 5th 06 09:35 PM
How do you plot data points on a state map? HTucker Charts and Charting in Excel 1 November 21st 05 06:56 AM


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