Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 296
Default Excell macros(need help)

Hi,

If your data is consistent, i.e. is always grouped over 3, 4, or
whatever rows, you don't necessarily need a macro.

With your data listed starting in A10, enter the following.

B10 =INDIRECT("A"&(ROW()-ROW(A9))*3+10)
C10 =INDIRECT("A"&(ROW()-ROW(A9))*3+11)
D10 =INDIRECT("A"&(ROW()-ROW(A9))*3+12)


Then copy down for as many rows as you have groups. i.e if your data
consists of 100 groups over 300 rows, copy down for 100 rows.

If the data consists of 4 rows per record, just add a new formula in
E10 along the lines of the ones above.

HTH



On Mon, 7 Nov 2005 14:26:20 -0800, "R.Shope" wrote:


From this:
John Smith
650 West Avenue
phoenix , AZ 33839

To look like this: John Smith 650 West Avenue phoenix , AZ 33839


"Gary L Brown" wrote:

If you highlihgt the column that you want to format, you can then apply a
format enmasse.
HTH,
--
Gary Brown

If this post was helpful, please click the ''''Yes'''' button next to
''''Was this Post Helpfull to you?".


"R.Shope" wrote:

I'm trying to format labels to spredsheets. Somethimes i need to format
10,000 names and address and i need to do it fast. I would like some help
with this, I'm somewhat new at macros. So if you can help just email me or
post something.

Thanks,
Robert Shope


__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Are Excell 2007 macros backwaards compatible? Jim Rech Excel Discussion (Misc queries) 0 July 2nd 08 02:04 PM
how to enable macros in excell 2000 freddy_199 New Users to Excel 1 December 16th 07 06:24 PM
Excell Macros GLS Excel Worksheet Functions 0 November 3rd 06 11:46 AM
create a slides show with excell spreadsheets using excell wantabepas Charts and Charting in Excel 0 June 16th 06 07:46 PM
saving with macros in excell wullie anderson Excel Discussion (Misc queries) 1 September 21st 05 07:01 PM


All times are GMT +1. The time now is 07:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"