#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Excel 2003

I have a spread sheet with info in columns A-K. Column K is the Balance
column. I am trying to sort out all of the 0.00 figures in the Balance
column and move the info from columns A-K with a balance of 0.00 to another
location on the spreadsheet. I know I can sort or filter the 0.00 balance
but don't know how to automatically copy the data in the whole row to another
location.

Thank you,
--
Dena320
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 143
Default Excel 2003

I have a spread sheet with info in columns A-K. Column K is the
Balance column. I am trying to sort out all of the 0.00 figures in
the Balance column and move the info from columns A-K with a balance
of 0.00 to another location on the spreadsheet. I know I can sort or
filter the 0.00 balance but don't know how to automatically copy the
data in the whole row to another location.


Here's one way using Excel 2003.

In my example, "another location" starts at cell O2. Column N is a helper
column.

In N2, put
=IF(AND(ISNUMBER(K1),K1=0),MAX($N$1:$N1)+1,"")

In O2 put
=IF(ROW()MAX($N:$N)+1,"",
OFFSET($A$1,MATCH(ROW()-1,$N:$N)-2,COLUMN()-15))

Extend O2 rightward to Y2.

Select N2:Y2 and extend downward for as many rows as needed.

Hide column N if desired.

Modify to suit.
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
importing/linking data from an Access 2003 Query to an Excel 2003 PerryK Excel Discussion (Misc queries) 2 August 24th 09 07:06 PM
Convert Excel 2003 spreadsheet into Outlook Contacts table 2003 Stuart[_4_] Excel Discussion (Misc queries) 2 October 6th 08 05:07 PM
import Excel 2003 file into Outlook 2003 - NO NAMED RANGES?? lewisma9 Excel Discussion (Misc queries) 0 February 27th 07 12:23 AM
Copying Excel 2003 Selection into Outlook 2003 HTML E-Mail Message [email protected] Excel Discussion (Misc queries) 0 July 10th 06 03:07 PM
Excel 2003 Database Driver Visual FoxPro 7 on Server 2003. Cindy Winegarden Excel Discussion (Misc queries) 0 November 28th 04 12:07 AM


All times are GMT +1. The time now is 04:19 AM.

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

About Us

"It's about Microsoft Excel"