G Guest Jul 27, 2006 #1 i have a series. a2b a3b a4b a5b how do i use a fill function to fill out the rest a6b a7b a8b and so on and not a2b again a3b thanks?
i have a series. a2b a3b a4b a5b how do i use a fill function to fill out the rest a6b a7b a8b and so on and not a2b again a3b thanks?
G Guest Jul 27, 2006 #2 Hi Jared, Create a custom format "a"0"b" , you can then enter just number 2 in first cell, 3 in second cell and drag it to fill
Hi Jared, Create a custom format "a"0"b" , you can then enter just number 2 in first cell, 3 in second cell and drag it to fill
G Guest Jul 27, 2006 #3 I tried this but it doesn't work MarkN said: Hi Jared, Create a custom format "a"0"b" , you can then enter just number 2 in first cell, 3 in second cell and drag it to fill Click to expand...
I tried this but it doesn't work MarkN said: Hi Jared, Create a custom format "a"0"b" , you can then enter just number 2 in first cell, 3 in second cell and drag it to fill Click to expand...
G Guest Jul 27, 2006 #5 email: (e-mail address removed) thanks, jared MarkN said: Yes it does, send me an email address and I'll send you a working example Click to expand...
email: (e-mail address removed) thanks, jared MarkN said: Yes it does, send me an email address and I'll send you a working example Click to expand...
G Guest Jul 27, 2006 #6 The file has been sent -- Thanks, MarkN Jared said: email: (e-mail address removed) thanks, jared Click to expand...
The file has been sent -- Thanks, MarkN Jared said: email: (e-mail address removed) thanks, jared Click to expand...
B Biff Jul 27, 2006 #7 It works but the true underlying value of the cell is the number and not the entire string: a2b = true value is 2, not a2b. Biff
It works but the true underlying value of the cell is the number and not the entire string: a2b = true value is 2, not a2b. Biff
B Biff Jul 27, 2006 #8 Hi! One way: If you're filling down: ="a"&ROW(A2)&"b" If you're filling across: ="a"&COLUMN(B2)&"b" Then you can convert the formulas to constants by: Selecting the range of formulas. Goto Edit>Copy Then, Edit>Paste Special>Values>OK Biff
Hi! One way: If you're filling down: ="a"&ROW(A2)&"b" If you're filling across: ="a"&COLUMN(B2)&"b" Then you can convert the formulas to constants by: Selecting the range of formulas. Goto Edit>Copy Then, Edit>Paste Special>Values>OK Biff