Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 709
Default xcell template

i am trying to create a speadsheet that adds up all the xl or m or small in
the t shirt collum then give me the total number for that coolum.

i.e
t/shirt sweat shirt coat
xl m xl
m xl xl
m s m
s s s


total tshirt xl=1 sweat shirt xl=1
coat xl=2
m=2 m=1
m=1
s=1 s=2
s=1

--
hope anyone can help
rik
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default xcell template

Enter in A6

=COUNTIF(A2:A5,"xl") drag across to C6

Enter in A7

=COUNTIF(A2:A5,"m") drag across to C7

You should have the idea now.


Gord Dibben MS Excel MVP

On Sun, 11 Feb 2007 09:00:03 -0800, richard
wrote:

i am trying to create a speadsheet that adds up all the xl or m or small in
the t shirt collum then give me the total number for that coolum.

i.e
t/shirt sweat shirt coat
xl m xl
m xl xl
m s m
s s s


total tshirt xl=1 sweat shirt xl=1
coat xl=2
m=2 m=1
m=1
s=1 s=2
s=1


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,718
Default xcell template

Let's say
column A: t/shirt
column B: sweat shirt
column C: coat

t/shirt
=COUNTIF(A2:A100,"s")
=COUNTIF(A2:A100,"m")
and son on...


"richard" wrote:

i am trying to create a speadsheet that adds up all the xl or m or small in
the t shirt collum then give me the total number for that coolum.

i.e
t/shirt sweat shirt coat
xl m xl
m xl xl
m s m
s s s


total tshirt xl=1 sweat shirt xl=1
coat xl=2
m=2 m=1
m=1
s=1 s=2
s=1

--
hope anyone can help
rik

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 90
Default xcell template

I'm so new that I would have had types of shirts in the column header and
sizes as row headers. I would have entered the number I needed in the
appropriate cell and just totaled each column.

--

JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375




"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Enter in A6

=COUNTIF(A2:A5,"xl") drag across to C6

Enter in A7

=COUNTIF(A2:A5,"m") drag across to C7

You should have the idea now.


Gord Dibben MS Excel MVP

On Sun, 11 Feb 2007 09:00:03 -0800, richard

wrote:

i am trying to create a speadsheet that adds up all the xl or m or small
in
the t shirt collum then give me the total number for that coolum.

i.e
t/shirt sweat shirt coat
xl m xl
m xl xl
m s m
s s s


total tshirt xl=1 sweat shirt xl=1
coat xl=2
m=2 m=1
m=1
s=1 s=2
s=1




  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 709
Default xcell template

thank you for your prompt replie this answers my question perfectly
thank alot
regards
richard
--
hope anyone can help
rik


"Teethless mama" wrote:

Let's say
column A: t/shirt
column B: sweat shirt
column C: coat

t/shirt
=COUNTIF(A2:A100,"s")
=COUNTIF(A2:A100,"m")
and son on...


"richard" wrote:

i am trying to create a speadsheet that adds up all the xl or m or small in
the t shirt collum then give me the total number for that coolum.

i.e
t/shirt sweat shirt coat
xl m xl
m xl xl
m s m
s s s


total tshirt xl=1 sweat shirt xl=1
coat xl=2
m=2 m=1
m=1
s=1 s=2
s=1

--
hope anyone can help
rik



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 709
Default xcell template

thank you for your prompt replie this answers my question perfectly
thank alot
regards
richard
--
hope anyone can help
rik


"Gord Dibben" wrote:

Enter in A6

=COUNTIF(A2:A5,"xl") drag across to C6

Enter in A7

=COUNTIF(A2:A5,"m") drag across to C7

You should have the idea now.


Gord Dibben MS Excel MVP

On Sun, 11 Feb 2007 09:00:03 -0800, richard
wrote:

i am trying to create a speadsheet that adds up all the xl or m or small in
the t shirt collum then give me the total number for that coolum.

i.e
t/shirt sweat shirt coat
xl m xl
m xl xl
m s m
s s s


total tshirt xl=1 sweat shirt xl=1
coat xl=2
m=2 m=1
m=1
s=1 s=2
s=1



  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 709
Default xcell template

i could not do it this way as i needed names to sizes but i did not explain
this.however the other posts work .
thanks
rik
--
hope anyone can help
rik


"JoAnn Paules [MVP]" wrote:

I'm so new that I would have had types of shirts in the column header and
sizes as row headers. I would have entered the number I needed in the
appropriate cell and just totaled each column.

--

JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375




"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Enter in A6

=COUNTIF(A2:A5,"xl") drag across to C6

Enter in A7

=COUNTIF(A2:A5,"m") drag across to C7

You should have the idea now.


Gord Dibben MS Excel MVP

On Sun, 11 Feb 2007 09:00:03 -0800, richard

wrote:

i am trying to create a speadsheet that adds up all the xl or m or small
in
the t shirt collum then give me the total number for that coolum.

i.e
t/shirt sweat shirt coat
xl m xl
m xl xl
m s m
s s s


total tshirt xl=1 sweat shirt xl=1
coat xl=2
m=2 m=1
m=1
s=1 s=2
s=1





  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 90
Default xcell template

I still would have done it that way. My Excel skills are just beginning to
get tested. ;-)

--

JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375




"richard" wrote in message
...
i could not do it this way as i needed names to sizes but i did not explain
this.however the other posts work .
thanks
rik
--
hope anyone can help
rik


"JoAnn Paules [MVP]" wrote:

I'm so new that I would have had types of shirts in the column header and
sizes as row headers. I would have entered the number I needed in the
appropriate cell and just totaled each column.

--

JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375




"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Enter in A6

=COUNTIF(A2:A5,"xl") drag across to C6

Enter in A7

=COUNTIF(A2:A5,"m") drag across to C7

You should have the idea now.


Gord Dibben MS Excel MVP

On Sun, 11 Feb 2007 09:00:03 -0800, richard

wrote:

i am trying to create a speadsheet that adds up all the xl or m or
small
in
the t shirt collum then give me the total number for that coolum.

i.e
t/shirt sweat shirt coat
xl m xl
m xl xl
m s m
s s s


total tshirt xl=1 sweat shirt xl=1
coat xl=2
m=2 m=1
m=1
s=1 s=2
s=1






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
Opening a Word Template from within Excel perry Excel Discussion (Misc queries) 0 January 30th 07 12:23 PM
Opening a Word Template from within Excel perry Excel Worksheet Functions 0 January 30th 07 12:23 PM
can't open template wizard Lynda S Excel Discussion (Misc queries) 0 September 20th 06 03:35 PM
Excel Invoice Template Excel Invoice Template Currency Excel Discussion (Misc queries) 19 August 31st 06 06:09 PM
=IF problem EdoZwart Excel Discussion (Misc queries) 5 January 5th 06 03:29 PM


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