Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default any ideas if this can be done

I have two spreadsheets in the same work book. page one is a listing from and
export and need to get totals on a seperate worksheet.

error 1 Carl error 1 error 2 error 3 error 4
error 2 Julie Carl 2 1
error 1 Julie Julie 1
error 3 Ariel Ariel 1
error 4 Stephanie Stephanie 1
error 2 Carl
error 1 Julie

the first two colums is the output of the export I can modify if it makes it
easier to error across the top of columns and names as rows.

the next five columns are the total page and trying to figure if there is a
worksheet function that can total each error for each person, not sure if
vlookup or another function will work and I am open to all suggestions.
Thanks very much in advance.
error 1 Carl

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 61
Default any ideas if this can be done

Hi Carl,

Assuming that the seven columns are Columns A, B, .G, and that the
data start in row 2, enter the following formula in D3, and drag the formula
down to D6 and across to G6 (based on your example)

=IF(SUMPRODUCT(($B$2:$B$8=$C3)*($A$2:$A$8=D$2))=0, "",SUMPRODUCT(($B$2:$B$8=$C3)*($A$2:$A$8=D$2)) )

Hope this helps. If it does, please click the Yes button.

With regards,
B. R. Ramachandran

P.S:

It wont hurt if you modify the formula (such as the one shown below) to
have an extended number of rows of data in the first two columns.
=IF(SUMPRODUCT(($B$2:$B$100=$C3)*($A$2:$A$100=D$2) )=0,"",SUMPRODUCT(($B$2:$B$100=$C3)*($A$2:$A$100=D $2)))

By the way there is one error 1 for Carl and two error 1s for Julie in
your sample data, contrary to what you have indicated in your post.


"CarlM" wrote:

I have two spreadsheets in the same work book. page one is a listing from and
export and need to get totals on a seperate worksheet.

error 1 Carl error 1 error 2 error 3 error 4
error 2 Julie Carl 2 1
error 1 Julie Julie 1
error 3 Ariel Ariel 1
error 4 Stephanie Stephanie 1
error 2 Carl
error 1 Julie

the first two colums is the output of the export I can modify if it makes it
easier to error across the top of columns and names as rows.

the next five columns are the total page and trying to figure if there is a
worksheet function that can total each error for each person, not sure if
vlookup or another function will work and I am open to all suggestions.
Thanks very much in advance.
error 1 Carl

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default any ideas if this can be done

Thank you that worked wonderfully, my boss will be grinning from ear to ear
that it can be done.

Carl

"B. R.Ramachandran" wrote:

Hi Carl,

Assuming that the seven columns are Columns A, B, .G, and that the
data start in row 2, enter the following formula in D3, and drag the formula
down to D6 and across to G6 (based on your example)

=IF(SUMPRODUCT(($B$2:$B$8=$C3)*($A$2:$A$8=D$2))=0, "",SUMPRODUCT(($B$2:$B$8=$C3)*($A$2:$A$8=D$2)) )

Hope this helps. If it does, please click the Yes button.

With regards,
B. R. Ramachandran

P.S:

It wont hurt if you modify the formula (such as the one shown below) to
have an extended number of rows of data in the first two columns.
=IF(SUMPRODUCT(($B$2:$B$100=$C3)*($A$2:$A$100=D$2) )=0,"",SUMPRODUCT(($B$2:$B$100=$C3)*($A$2:$A$100=D $2)))

By the way there is one error 1 for Carl and two error 1s for Julie in
your sample data, contrary to what you have indicated in your post.


"CarlM" wrote:

I have two spreadsheets in the same work book. page one is a listing from and
export and need to get totals on a seperate worksheet.

error 1 Carl error 1 error 2 error 3 error 4
error 2 Julie Carl 2 1
error 1 Julie Julie 1
error 3 Ariel Ariel 1
error 4 Stephanie Stephanie 1
error 2 Carl
error 1 Julie

the first two colums is the output of the export I can modify if it makes it
easier to error across the top of columns and names as rows.

the next five columns are the total page and trying to figure if there is a
worksheet function that can total each error for each person, not sure if
vlookup or another function will work and I am open to all suggestions.
Thanks very much in advance.
error 1 Carl

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
ideas needed please Jeff Excel Worksheet Functions 1 December 29th 08 04:12 PM
Anyone else have any ideas?? M&M[_2_] Excel Discussion (Misc queries) 3 August 11th 07 01:51 PM
Need formula - Any ideas**** walkerT Excel Discussion (Misc queries) 3 March 13th 07 08:38 PM
Any Ideas? GAIL HORVATH Excel Worksheet Functions 2 May 30th 05 04:17 PM
Any Ideas Greg B Excel Discussion (Misc queries) 7 May 16th 05 03:41 AM


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