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

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
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,224,396
Messages
6,178,398
Members
452,844
Latest member
Shebl

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