Autofill query

  • Thread starter Thread starter diane
  • Start date Start date
D

diane

When using autofill on the following series, can I just
increment the quarter but leave the year intact?

Qtr1 02
Qtr2 02
QTR3 02
Qtr4 02
Qtr1 03
Qtr2 03
Qtr3 03
Qtr4 03

Thanks

Diane
 
diane

If you have a lot to do, I reckon your best bet would be to use two columns
of cells and join them after.

Andy
 
Another option is to use a formula:

="Qtr" & MOD(ROW(A1)-1,4)+1 & " " & TEXT(INT((ROW(A1)-1)/4)+2,"00")

and drag down.

then copy|paste special|Values if required.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Pivot Table 4
Calculate % variance on previous quarters. Quarter %, etc. pivot 1
=if(and ?? 4
Excel 1
Need help on chart 1
Charting 3
Line Charts or ? 2
tallying occurrences independently in a query? 3

Back
Top