A simple? autofill question
Closed
gj
-
Apr 4, 2010 at 11:17 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Apr 5, 2010 at 03:57 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Apr 5, 2010 at 03:57 AM
Related:
- A simple? autofill question
- Simple diagram of hard disk - Guide
- Simple tv windows - Download - IPTV players
- Samsung simple mobile - Phones, PDA & GPS Forum
- Mp3 music simple web browser atube catcher - Guide
- Clear autofill chrome - Guide
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Apr 5, 2010 at 03:57 AM
Apr 5, 2010 at 03:57 AM
i wonder whether this will help you
in A1 copy this formula
="c"&3
in A2 type this formula
="c"&RIGHT(A1,LEN(A1)-1)+100
copy A2 down
you will get
c3
c103
c203
c303
c403
c503
c603
c703
c803
c903
if you want the actual values of the cell C3,c103 etc. then
after typing the above formulas A1,A2 A3 etc
in B1 type this formula
=INDIRECT(A1)
copy B1 down
then B1 will have C3 value
B2 will have c103 value
B3 will have c203 value
etc.
can you use this input for other cells also.
in A1 copy this formula
="c"&3
in A2 type this formula
="c"&RIGHT(A1,LEN(A1)-1)+100
copy A2 down
you will get
c3
c103
c203
c303
c403
c503
c603
c703
c803
c903
if you want the actual values of the cell C3,c103 etc. then
after typing the above formulas A1,A2 A3 etc
in B1 type this formula
=INDIRECT(A1)
copy B1 down
then B1 will have C3 value
B2 will have c103 value
B3 will have c203 value
etc.
can you use this input for other cells also.