Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default WHERE DO I START?

I am creating a workbook and need some help.

Sheet 1 is where I enter data (qnty of products made is then broken down
into its composite parts and their qnty) eg below

CELL A1 = CASES MADE = 1

CELL A3 = CASE TYPE A = 1
CELL A4 = LABEL TYPE A = 2
CELL A5 = CASE LINER A = 1
CELL A6 = OTHER ITEM A = (NO FIGURE INPUT)

I would enter the same type of info for several products each using the same
components.

I would like to summerise the total qnty's on a seperate sheet to print out
Only those items that have a figure input next to them. to look like the
example below

HEADING = TOTAL QNTY'S USED

CASE TYPE A 100
LABEL TYPE A 25
CASE LINER A 100

I hope someone has an idea of how to do this.

Thanks

Julian


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default WHERE DO I START?

Simple way:
Add a new sheet (printme)
set it up and format as you wish
in the cells that require sum data from other sheet ("DataSheet")

use =sum(DataSheet!A1:IV1)

by the way columns are limited but 30,000+ rows so if you may have 250
items you need to rotate so that your items are in columns and the count is
in the rows.

"Julian Campbell" wrote:

I am creating a workbook and need some help.

Sheet 1 is where I enter data (qnty of products made is then broken down
into its composite parts and their qnty) eg below

CELL A1 = CASES MADE = 1

CELL A3 = CASE TYPE A = 1
CELL A4 = LABEL TYPE A = 2
CELL A5 = CASE LINER A = 1
CELL A6 = OTHER ITEM A = (NO FIGURE INPUT)

I would enter the same type of info for several products each using the same
components.

I would like to summerise the total qnty's on a seperate sheet to print out
Only those items that have a figure input next to them. to look like the
example below

HEADING = TOTAL QNTY'S USED

CASE TYPE A 100
LABEL TYPE A 25
CASE LINER A 100

I hope someone has an idea of how to do this.

Thanks

Julian



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
I'm not sure where to start TinaG Excel Worksheet Functions 3 March 23rd 09 02:17 AM
Calculating monthly start date with a start date Monique Excel Worksheet Functions 3 December 20th 08 09:50 AM
start:1 and start:2 - how did i get 2 copies? LuvHaleiwa Excel Discussion (Misc queries) 1 December 21st 07 09:14 PM
OT :Start your own online business today !start making dollars [email protected] Excel Discussion (Misc queries) 0 May 6th 06 09:29 PM
Start spreadsheet with WinXP start Gordon Gradwell Excel Worksheet Functions 1 July 13th 05 11:35 AM


All times are GMT +1. The time now is 09:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"