J
jknight
I have a workbook with three sheets, Input, Data, and Report. What I'm
trying to do is input info in the input sheet and store it on the Data
sheet, then recall the data to the Report sheet. Info is date sensitive and
I can't seem to figure out how to get the date moved over.
Trying to get date to move as soon as it is typed in on Input sheet. Is it
possible to do something like. . .
If(Input!d1=(lookup(Data!,a1:a31)),",Data!a32=Input!d1)
As you can tell I'm a novice so please be gentle.
Thx
J.E. Knight
trying to do is input info in the input sheet and store it on the Data
sheet, then recall the data to the Report sheet. Info is date sensitive and
I can't seem to figure out how to get the date moved over.
Trying to get date to move as soon as it is typed in on Input sheet. Is it
possible to do something like. . .
If(Input!d1=(lookup(Data!,a1:a31)),",Data!a32=Input!d1)
As you can tell I'm a novice so please be gentle.
Thx
J.E. Knight