Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
pamela
 
Posts: n/a
Default urgent ......problems on group

Hi,

I have a question here .
My data structure is as follows:

sales quantity sales quantity sales quantity

row1 john 2 mary 4 nick 5
row2 tom 7 linda 6 ...


what I'm trying to do is to get total quantity group by
sales .

Could anybody please help me.

any messages from you will be appreciated.

best regards


  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Don't quite get the question Pamela. That already looks to be by sales, as
no item is repeated.

Are you asking to re-format it some way, or get totals by some criteria?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"pamela" wrote in message
...
Hi,

I have a question here .
My data structure is as follows:

sales quantity sales quantity sales quantity

row1 john 2 mary 4 nick 5
row2 tom 7 linda 6 ...


what I'm trying to do is to get total quantity group by
sales .

Could anybody please help me.

any messages from you will be appreciated.

best regards




  #3   Report Post  
Ken Wright
 
Posts: n/a
Default

Ditto what Bob said, but just as an aside, without seeing anything else, i
would suggest you change your data structure such that all your data is
together in the same columns, eg:-

sales quantity

1 john 2
2 mary 4
3 nick 5
4 tom 7
5 linda 6 ...

This will give you far more flexibilty and allow you to use a host of other
functions that you have pretty much denied yourself by using your existing
structure, eg:-

Pivot Tables
Data / Subtotals

You will also find it much easier to structure formulas such as

SUMIF
COUNTIF
SUMPRODUCT etc

all of which can be used to obtain summary data from a table such as I have
suggested.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------



"pamela" wrote in message
...
Hi,

I have a question here .
My data structure is as follows:

sales quantity sales quantity sales quantity

row1 john 2 mary 4 nick 5
row2 tom 7 linda 6 ...


what I'm trying to do is to get total quantity group by
sales .

Could anybody please help me.

any messages from you will be appreciated.

best regards




  #4   Report Post  
pamela
 
Posts: n/a
Default

Thanks for your messages.
I know if I reformat the structure , it will do , but the problem is that
we have about 200 files in that format . That's lot's of work.

What I need is does anybody know any function or formula that can help me to
sort this problem out ?

"Ken Wright" ¦b¶l¥ó
¤¤¼¶¼g...
Ditto what Bob said, but just as an aside, without seeing anything else, i
would suggest you change your data structure such that all your data is
together in the same columns, eg:-

sales quantity

1 john 2
2 mary 4
3 nick 5
4 tom 7
5 linda 6 ...

This will give you far more flexibilty and allow you to use a host of

other
functions that you have pretty much denied yourself by using your existing
structure, eg:-

Pivot Tables
Data / Subtotals

You will also find it much easier to structure formulas such as

SUMIF
COUNTIF
SUMPRODUCT etc

all of which can be used to obtain summary data from a table such as I

have
suggested.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------?-----------------------------?-------------

--
It's easier to beg forgiveness than ask permission :-)
------------------------------?-----------------------------?-------------

--



"pamela" wrote in message
...
Hi,

I have a question here .
My data structure is as follows:

sales quantity sales quantity sales quantity

row1 john 2 mary 4 nick 5
row2 tom 7 linda 6 ...


what I'm trying to do is to get total quantity group by
sales .

Could anybody please help me.

any messages from you will be appreciated.

best regards






  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

I think you can tell from our responses that we don't understand what the
problem is.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"pamela" wrote in message
...
Thanks for your messages.
I know if I reformat the structure , it will do , but the problem is that
we have about 200 files in that format . That's lot's of work.

What I need is does anybody know any function or formula that can help me

to
sort this problem out ?

"Ken Wright" ¦b¶l¥ó
¤¤¼¶¼g...
Ditto what Bob said, but just as an aside, without seeing anything else,

i
would suggest you change your data structure such that all your data is
together in the same columns, eg:-

sales quantity

1 john 2
2 mary 4
3 nick 5
4 tom 7
5 linda 6 ...

This will give you far more flexibilty and allow you to use a host of

other
functions that you have pretty much denied yourself by using your

existing
structure, eg:-

Pivot Tables
Data / Subtotals

You will also find it much easier to structure formulas such as

SUMIF
COUNTIF
SUMPRODUCT etc

all of which can be used to obtain summary data from a table such as I

have
suggested.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03


------------------------------?-----------------------------?-------------
--
It's easier to beg forgiveness than ask permission :-)


------------------------------?-----------------------------?-------------
--



"pamela" wrote in message
...
Hi,

I have a question here .
My data structure is as follows:

sales quantity sales quantity sales quantity

row1 john 2 mary 4 nick 5
row2 tom 7 linda 6 ...


what I'm trying to do is to get total quantity group by
sales .

Could anybody please help me.

any messages from you will be appreciated.

best regards










  #6   Report Post  
Ken Wright
 
Posts: n/a
Default

Give us an example of what you have and what you would like to see. I'm in
the same boat as Bob, in that i can see a bit of data but don't know what
you want out of it.

Regards
Ken...................


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
Calculate cell row and column Barb R. Excel Discussion (Misc queries) 7 May 2nd 05 07:02 PM
Need help w/ Weight Formula Tom Excel Discussion (Misc queries) 3 March 4th 05 05:23 PM
Can't group pivot table items by month in Excel scott_ensley Excel Discussion (Misc queries) 1 February 1st 05 08:41 PM
Subtotal of Subtotal displays Grand Total in wrong row Thomas Born Excel Worksheet Functions 5 January 6th 05 01:46 PM
copy group of cells to another group of cells using "IF" in third Chuckak Excel Worksheet Functions 2 November 10th 04 06:04 PM


All times are GMT +1. The time now is 04:45 AM.

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"