J
Jia
How do I create a formula that will sum up a row based upon a particular date?
T. Valko said:You need to provide some details! Like:
Where is the data you want to sum?
What is its relationship to a particuler date(s)?
Where is the date(s)?
=SUMIF('ITR Summary'!A2,(C23:M23))
Jia said:*smiles sheepishly*
2nd worksheet: =SUMIF('ITR Summary'!A2,(C23:M23)) this returned a value
of
zero
1st worksheet: ITR SummaryA2 is actually =today()
I need to calculate the amount of hours worked per project, per day