Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I arrange a formula between cells that are not together?

I am trying to set up a spreadsheet that is quite complicated and I'm not
sure if it can be done. Basically it is based on an audit sheet, with the
names in Row 13 and the amount of errors in Row 72 (so for example it will
show Alison in Row 13 and then in Row 72 it will show 5). What I'm looking to
do is set up a formula to first search for a name and then see how many
errors that person has (a person may appear more than once in the sheet).
E.g, Alison may have had 4 pieces of work audited so she will appear in the
worksheet 4 times, each will have different amount of errors, so I would like
to know how many errors she has in total. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 772
Default How do I arrange a formula between cells that are not together?

There are ways to do this through code, but first, would a subtotal work?
sort by name then do a data-subtotals at each change in name sum errors.
Then hit the little 2 button at the top left of the screen and it will show
error totals
--
-John Northwest11
Please rate when your question is answered to help us and others know what
is helpful.


"Jo Fox" wrote:

I am trying to set up a spreadsheet that is quite complicated and I'm not
sure if it can be done. Basically it is based on an audit sheet, with the
names in Row 13 and the amount of errors in Row 72 (so for example it will
show Alison in Row 13 and then in Row 72 it will show 5). What I'm looking to
do is set up a formula to first search for a name and then see how many
errors that person has (a person may appear more than once in the sheet).
E.g, Alison may have had 4 pieces of work audited so she will appear in the
worksheet 4 times, each will have different amount of errors, so I would like
to know how many errors she has in total. Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do I arrange a formula between cells that are not together?

Another thought ..

Using SUMIF might suffice

Assuming the names are listed in col A, error counts in col E
then this in say, G1:
=SUMIF(A:A,"Alison",E:E)
will total Alison's errors
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jo Fox" wrote:
I am trying to set up a spreadsheet that is quite complicated and I'm not
sure if it can be done. Basically it is based on an audit sheet, with the
names in Row 13 and the amount of errors in Row 72 (so for example it will
show Alison in Row 13 and then in Row 72 it will show 5). What I'm looking to
do is set up a formula to first search for a name and then see how many
errors that person has (a person may appear more than once in the sheet).
E.g, Alison may have had 4 pieces of work audited so she will appear in the
worksheet 4 times, each will have different amount of errors, so I would like
to know how many errors she has in total. Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 213
Default How do I arrange a formula between cells that are not together?

I am trying to set up a spreadsheet that is quite complicated and I'm
not sure if it can be done. Basically it is based on an audit sheet,
with the names in Row 13 and the amount of errors in Row 72 (so for
example it will show Alison in Row 13 and then in Row 72 it will show
5). What I'm looking to do is set up a formula to first search for a
name and then see how many errors that person has (a person may appear
more than once in the sheet)....


One way:
=SUMIF(13:13,"Alison",72:72)

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do I arrange a formula between cells that are not together

Or, if the names are listed in row 13, error counts in row 72, then:
=SUMIF(13:13,"Alison",72:72)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
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
Copy function across autofilter dd Excel Worksheet Functions 13 January 18th 07 07:03 PM
COUNTIF in between rows Vasilis Tergen Excel Worksheet Functions 20 January 13th 07 10:22 PM
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
quick way to copy-paste a formula linked to cells in another file iniakupake Excel Worksheet Functions 2 September 26th 05 03:56 AM


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