Hello,
The following formula was working perfect; however, it doesn`t copy
the dates. I tried all other combinations of dates but it still
doesn`t work.
Any idea?
On Feb 15, 12:16*pm, Mike H <Mi...@discussions.microsoft.com> wrote:
> Hi,
>
> Put thisd in A1 of worksheet2
>
> =INDEX(Worksheet1!A:A,MATCH(REPT("z",10),Worksheet1!A:A,1),1)
>
> This will dispaly the last used text value in worksheet1 Column A.
>
> Mike
>
>
>
> "Ibrahim Ozer" wrote:
> > Hello All,
>
> > I`m the newest member of this group and hoping that some of you could
> > help me to resolve this problem.
>
> > I have a worksheet that contains data, let`s say Worksheet1, A column.
> > I have another worksheet (Worksheet2). Worksheet1, A column contains
> > names. Everytime I update it, I don`t delete anything; however, I add
> > a new name in the following cell in A column.
>
> > All I want is to copy the last name entered in Worksheet1, A column to
> > Worksheet2, A column, Cell1. Anytime new name added, Worksheet2, A
> > column, Cell1 will be updated.
>
> > I`ll really appreciate if you could help me with this.
>
> > Thanks v much- Hide quoted text -
>
> - Show quoted text -
|