T
Tekkie
Ok this is for all the formulae gurus out there.
TIA
I have a list in a particular column, lets say column A
This is a list of dates
I have another cell which uses data validation to reference this list. Say
B1
In cell B1 the only acceptable entries are that which are in column A
Can anyone supply me with a formula for my data validation which will only
allow 8 entries.
These 8 entries....appearing in the list in B1 will be 8 weeks in advance of
the current date.
I am currently using the following formula
=OFFSET(O2,MATCH(YEAR(NOW()),YEAR(O2:O200),0)-1,,SUMPRODUCT(--(YEAR(O2:O200)=YEAR(NOW()))))
To display only the current year.
I would like to reduce this to only 8 entries but I am unsure of how to
accomplish this.
Many thanks
TIA
I have a list in a particular column, lets say column A
This is a list of dates
I have another cell which uses data validation to reference this list. Say
B1
In cell B1 the only acceptable entries are that which are in column A
Can anyone supply me with a formula for my data validation which will only
allow 8 entries.
These 8 entries....appearing in the list in B1 will be 8 weeks in advance of
the current date.
I am currently using the following formula
=OFFSET(O2,MATCH(YEAR(NOW()),YEAR(O2:O200),0)-1,,SUMPRODUCT(--(YEAR(O2:O200)=YEAR(NOW()))))
To display only the current year.
I would like to reduce this to only 8 entries but I am unsure of how to
accomplish this.
Many thanks