![]() |
Expanding cells
Example, i have something like this in column a1,a2 and a3:
=b5 =b10 =b15 How can i expand it so that excel continue to fill cells up with b20,b25,b30 and so on..? |
Expanding cells
One way:
Select A1:A3. Drag the fill handle (lower right corner of A3) down as far as desired. In article , "TripleX" wrote: Example, i have something like this in column a1,a2 and a3: =b5 =b10 =b15 How can i expand it so that excel continue to fill cells up with b20,b25,b30 and so on..? |
Expanding cells
=INDIRECT("B" & 5*ROW()) in cell A1 and copy down
-- Gary''s Student - gsnu200713 "TripleX" wrote: Example, i have something like this in column a1,a2 and a3: =b5 =b10 =b15 How can i expand it so that excel continue to fill cells up with b20,b25,b30 and so on..? |
Expanding cells
=INDIRECT("B" & 5*ROW()) in cell A1 and copy
down tnx |
Expanding cells
Actually, I need to apply it on this formulas, (it's always +16), how can i
do it? =IF('01'!B1=1444093;"Standard";"Turbo") =IF('01'!B17=1444093;"Standard";"Turbo") =IF('01'!B49=1444093;"Standard";"Turbo") |
Expanding cells
b33 is missing..
=IF('01'!B1=1444093;"Standard";"Turbo") =IF('01'!B17=1444093;"Standard";"Turbo") =IF('01'!B33=1444093;"Standard";"Turbo") =IF('01'!B49=1444093;"Standard";"Turbo") |
All times are GMT +1. The time now is 12:41 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com