S
smorzando
i wrote late last week about using an if statement to pull
data out of one worksheet onto another.
i've succeeded in pulling data correctly, if the formula
is basic and uses a = (e.g. IF('Input Sheet'!B7="M",'Input
Sheet'!A7,"") but i can-t get the formula to work with
dates, or when i want to use <>.
what i would like to do on the Input Sheet B column, is
input dates, such as 10/1/03.
then in the Master Workbook, I would like to pull the data
that is associated with the dates between 10/1/03 and
10/31/03. I imagine this formula to read something like :
IF('Input Sheet'!B7<"10/03",'Input Sheet'!A7,""). or using
an OR statement and providing the dates of 10/1/03 and
10/31/03. but it doesn't seem to work this way.
please advise, and thanks again for the previous help and
forthcoming help.
data out of one worksheet onto another.
i've succeeded in pulling data correctly, if the formula
is basic and uses a = (e.g. IF('Input Sheet'!B7="M",'Input
Sheet'!A7,"") but i can-t get the formula to work with
dates, or when i want to use <>.
what i would like to do on the Input Sheet B column, is
input dates, such as 10/1/03.
then in the Master Workbook, I would like to pull the data
that is associated with the dates between 10/1/03 and
10/31/03. I imagine this formula to read something like :
IF('Input Sheet'!B7<"10/03",'Input Sheet'!A7,""). or using
an OR statement and providing the dates of 10/1/03 and
10/31/03. but it doesn't seem to work this way.
please advise, and thanks again for the previous help and
forthcoming help.