Excel 2010: Add hours in certain cells?

MsCynic

Board Regular
Joined
May 21, 2006
Messages
122
Hi guys,

I have a timesheet that includes occasions on which I worked for multiple clients. These rows have the words "joint work" in column G. I need to separate these out in my invoice to be billed separately.

Column F contains the amount of time worked in digital format. Column G contains the instances of "joint work".

What formula would I need to sum column f when column g contains "joint work"?

thanks in advance for advice,
Jo
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hi guys,

I have a timesheet that includes occasions on which I worked for multiple clients. These rows have the words "joint work" in column G. I need to separate these out in my invoice to be billed separately.

Column F contains the amount of time worked in digital format. Column G contains the instances of "joint work".

What formula would I need to sum column f when column g contains "joint work"?

thanks in advance for advice,
Jo

Something like...

=SUMIF($G$2:$G$100,"joint work",$F$2:$F$100)
 
Upvote 0

Forum statistics

Threads
1,207,261
Messages
6,077,363
Members
446,280
Latest member
Danielosama

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top