J
John Eppley
Hi:
I have a column of sequential dates in Column "I". Some dates have multiple
entries. I am trying to identify the first occurrence... of the first day...
of the current month. I know how to manipulate NOW and DATE functions but I
am stymied when trying to find the ROW number for the row containing the
first occurrence of the current month.
I am presently using a group of formulas, example..........
=SUMIF(INDIRECT("J"&M$1&":J"&N$1),L2,INDIRECT("I"&M$1&":J"&N$1))
that requires that I supply a row number in cell (M1). Cell(N1) increases
that value by 100. The formula I am looking for would exist in M1 and
automate the process automatically.
I have checked McRitchie's site along with Pearson's. It is possible that I
may have to write a macro that will autoexecute when I open the file. A
function would be preferred.
Thanks in advance.
John Eppley
I have a column of sequential dates in Column "I". Some dates have multiple
entries. I am trying to identify the first occurrence... of the first day...
of the current month. I know how to manipulate NOW and DATE functions but I
am stymied when trying to find the ROW number for the row containing the
first occurrence of the current month.
I am presently using a group of formulas, example..........
=SUMIF(INDIRECT("J"&M$1&":J"&N$1),L2,INDIRECT("I"&M$1&":J"&N$1))
that requires that I supply a row number in cell (M1). Cell(N1) increases
that value by 100. The formula I am looking for would exist in M1 and
automate the process automatically.
I have checked McRitchie's site along with Pearson's. It is possible that I
may have to write a macro that will autoexecute when I open the file. A
function would be preferred.
Thanks in advance.
John Eppley