S
Steved
Hello from Steved
Below is the formula I am using to build a monthly Calendar
=IF(MONTH(StartDate+ColNum+0*RowNum)=MONTH
($A$1),StartDate+ColNum+0*RowNum,"")
The below formula is ok for the first row of the calendar,
but under a normal situation you would start the calendar
the following row down but I have started it 11 rows down
and the below formula returns a blank. The date is correct.
G4 is the day A1:C217 is the index and 3 is the column for
which I get the Data which works but the moment the next
date 11 rows down is G15,=VLOOKUP(G15,$A$1:$C$217,3,FALSE)
it comes up blank Is there Another formula that could help
please.
=VLOOKUP(G4,$A$1:$C$217,3,FALSE)This is ok for first row
only
Thankyou.
Below is the formula I am using to build a monthly Calendar
=IF(MONTH(StartDate+ColNum+0*RowNum)=MONTH
($A$1),StartDate+ColNum+0*RowNum,"")
The below formula is ok for the first row of the calendar,
but under a normal situation you would start the calendar
the following row down but I have started it 11 rows down
and the below formula returns a blank. The date is correct.
G4 is the day A1:C217 is the index and 3 is the column for
which I get the Data which works but the moment the next
date 11 rows down is G15,=VLOOKUP(G15,$A$1:$C$217,3,FALSE)
it comes up blank Is there Another formula that could help
please.
=VLOOKUP(G4,$A$1:$C$217,3,FALSE)This is ok for first row
only
Thankyou.