![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 1
|
is there a formula which will pick out the job number once only from the top of a timesheet to show on a summary at the bottom of a page so that I can use the dsum function to add up the hours against that job.
Daily job no. hours 20 1.5 30 3.5 40 3.5 20 2.5 Summary 20 4.0 30 3.5 40 3.5 |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
=SUMIF(A2:A6,"20",B2:B6)
Dunno if you need the quotes or not.
__________________
~Anne Troy |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|