Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default sumif to work with times along a row

I have a spreadsheet where various memebers of staff will enter data in along
a row.

Eg A2 their name, B2,C2 upto L2 they enter how much time they have spent on
a particular activitity
Row 3 would be another person and they list their times across a row.
row 4 may be the same person as row 2 etc

I need to calcualte how much time a particualr person has spent overall, so
I need to find their name then add up their times is columns B to L, works
with one column of data, but cannot calculate through the different rows
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default sumif to work with times along a row

The below formula will find the name 'jacob' in colA and adds up the entries
in column B to L.. Adjust to suit

=SUM(INDIRECT("B" & MATCH("jacob",A:A,0) & ":L" & MATCH("jacob",A:A,0)))

If this post helps click Yes
---------------
Jacob Skaria


"gigglygover" wrote:

I have a spreadsheet where various memebers of staff will enter data in along
a row.

Eg A2 their name, B2,C2 upto L2 they enter how much time they have spent on
a particular activitity
Row 3 would be another person and they list their times across a row.
row 4 may be the same person as row 2 etc

I need to calcualte how much time a particualr person has spent overall, so
I need to find their name then add up their times is columns B to L, works
with one column of data, but cannot calculate through the different rows

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default sumif to work with times along a row

Forgot to mention .. If these are valid time entries in the format 2:00 ....
Format the formula cell to [h]:mm Right clickFormatCellsCustom to display
the total time.

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

The below formula will find the name 'jacob' in colA and adds up the entries
in column B to L.. Adjust to suit

=SUM(INDIRECT("B" & MATCH("jacob",A:A,0) & ":L" & MATCH("jacob",A:A,0)))

If this post helps click Yes
---------------
Jacob Skaria


"gigglygover" wrote:

I have a spreadsheet where various memebers of staff will enter data in along
a row.

Eg A2 their name, B2,C2 upto L2 they enter how much time they have spent on
a particular activitity
Row 3 would be another person and they list their times across a row.
row 4 may be the same person as row 2 etc

I need to calcualte how much time a particualr person has spent overall, so
I need to find their name then add up their times is columns B to L, works
with one column of data, but cannot calculate through the different rows

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
how can I work with lap times? Fonz Excel Discussion (Misc queries) 6 October 15th 08 02:04 PM
Need to work out a timesheet with times going into next day (24 h z_insyd Excel Worksheet Functions 5 July 21st 07 08:12 PM
Chart that shows work times Marco Excel Discussion (Misc queries) 0 April 17th 07 05:32 PM
UDFs return #NAME error sometimes, other times, they work Dave F Excel Discussion (Misc queries) 4 September 21st 06 11:52 PM
The left function does not work when displaying times, how is thi. Nambo27 Excel Worksheet Functions 3 February 25th 05 06:46 PM


All times are GMT +1. The time now is 11:43 PM.

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"