close

I’m trying to create a spreadsheet that will allow me to tabulate hour totals
(which I know how to do), but also let me know the last date a process took
place. My thought was to have a second sheet with all the dates in a given 6
month period. When a process was performed I would go to that date and place
a hour total for that day in a row for that given date. My problem is making
that date show up on the first sheet (summary) of my spreadsheet, with out
manually populating it myself. So say I did 3 hours of work on 3/13/2006, I
would go to that date on my second sheet, put 3 in the 3/13/2006 column and
expect that date to show up on the front page as the last date that process
was performed. I’m sure this is clear as mud, but maybe someone can help.
Thanks in advance.


Here's the answer to your question. The b2:b20 range needs to refer to
the column where you would input the hours worked; a2:a20 needs to
refer to your date range. You'll notice the {} brackets - this means
it is an array formula - you don't actually type these, you will hit
Ctrl Shift Enter when you are finished entering the formula (instead of
hitting Enter) and these will be automatically added. This means that
excel calculates on the entire range instead of just the first entry.
Let me know if you have questions or problems. Later - Chad

{=MAX((B2:B20gt;0)*A2:A20)}--
cvolkert
------------------------------------------------------------------------
cvolkert's Profile: www.excelforum.com/member.php...oamp;userid=24380
View this thread: www.excelforum.com/showthread...hreadid=514612Thank you very much. This is perfect.

quot;cvolkertquot; wrote:

gt;
gt; Here's the answer to your question. The b2:b20 range needs to refer to
gt; the column where you would input the hours worked; a2:a20 needs to
gt; refer to your date range. You'll notice the {} brackets - this means
gt; it is an array formula - you don't actually type these, you will hit
gt; Ctrl Shift Enter when you are finished entering the formula (instead of
gt; hitting Enter) and these will be automatically added. This means that
gt; excel calculates on the entire range instead of just the first entry.
gt; Let me know if you have questions or problems. Later - Chad
gt;
gt; {=MAX((B2:B20gt;0)*A2:A20)}
gt;
gt;
gt; --
gt; cvolkert
gt; ------------------------------------------------------------------------
gt; cvolkert's Profile: www.excelforum.com/member.php...oamp;userid=24380
gt; View this thread: www.excelforum.com/showthread...hreadid=514612
gt;
gt;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()