how do I autofill in the reverse direction?
for example,
cell A1=AM20
I want to drag cell A1 down so that A2=AM19. Currently if I drag down,
A2=AM21.
Thanks,
Jimmy
how do I autofill in the reverse direction?
for example,
cell A1=AM20
I want to drag cell A1 down so that A2=AM19. Currently if I drag down,
A2=AM21.
Thanks,
Jimmy
Try entering =OFFSET($AM$20,1-ROW(),0) in cell A1. When you drag that down,
the ROW() function result increases so that the row of the source cell
decreases.
"Jimmy" wrote:
> how do I autofill in the reverse direction?
>
> for example,
> cell A1=AM20
>
> I want to drag cell A1 down so that A2=AM19. Currently if I drag down,
> A2=AM21.
>
> Thanks,
> Jimmy
Thank you very much!!!
"bpeltzer" wrote:
> Try entering =OFFSET($AM$20,1-ROW(),0) in cell A1. When you drag that down,
> the ROW() function result increases so that the row of the source cell
> decreases.
>
> "Jimmy" wrote:
>
> > how do I autofill in the reverse direction?
> >
> > for example,
> > cell A1=AM20
> >
> > I want to drag cell A1 down so that A2=AM19. Currently if I drag down,
> > A2=AM21.
> >
> > Thanks,
> > Jimmy
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks