Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default move cells up

How can I move the cell containing "paid status" and the cell
containing the first "70-nnnn" up to the same row as the preceding
cell containing "ASSESSMENT NO"?

Here's my spreadsheet:

a
b c

ASSESSMENT NO

70-0012

70-0015

70-0016
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015

70-0016

70-0060
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status
ASSESSMENT NO

70-0012

70-0015
paid
status


===============================================

Here's the result I'm looking for:

a
b c

ASSESSMENT NO paid status 70-0012

70-0015

70-0016


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015

70-0016

70-0060


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015


ASSESSMENT NO paid status 70-0012

70-0015
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 538
Default move cells up

gary c wrote:

How can I move the cell containing "paid status" and the cell
containing the first "70-nnnn" up to the same row as the preceding
cell containing "ASSESSMENT NO"?

Here's my spreadsheet:

[snip]
===============================================

Here's the result I'm looking for:

[snip again]

Your data got mangled by wordwrap. Put your data on pastebin.com (or a
similar site) and then post the resulting link here.

--
Usenet is Eeyore's birthday present.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default move cells up

http://pastebin.com/KT7Q06Qa
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 538
Default move cells up

gary c wrote:

http://pastebin.com/KT7Q06Qa


[In the future, please quote the post you're replying to.]

If this is a one-time worry, I'd suggest doing it by hand, especially if
that's the entire spreadsheet you posted. You'd have it done in a minute or
two.

If not, go ahead and do another pastebin of how you want the data to end up.

(Do you really have unpaid taxes going back 40+ years?)

--
Another week of unusual disappointments.
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default move cells up

On Dec 31, 4:17*pm, "Auric__" wrote:
gary c wrote:
http://pastebin.com/KT7Q06Qa


[In the future, please quote the post you're replying to.]

If this is a one-time worry, I'd suggest doing it by hand, especially if
that's the entire spreadsheet you posted. You'd have it done in a minute or
two.

If not, go ahead and do another pastebin of how you want the data to end up.

(Do you really have unpaid taxes going back 40+ years?)

--
Another week of unusual disappointments.


My spreadsheet has 400,000 rows. And "Yes", unpaid taxes go back to
1952.


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 538
Default move cells up

gary c wrote:

On Dec 31, 4:17*pm, "Auric__" wrote:
gary c wrote:
http://pastebin.com/KT7Q06Qa


[In the future, please quote the post you're replying to.]

If this is a one-time worry, I'd suggest doing it by hand, especially
if that's the entire spreadsheet you posted. You'd have it done in a
minute or two.

If not, go ahead and do another pastebin of how you want the data to
end up.

(Do you really have unpaid taxes going back 40+ years?)


My spreadsheet has 400,000 rows.


Ok, then I need another pastebin showing how you want things to end up.
(Wordwrap demolished *that*, too.)

And "Yes", unpaid taxes go back to 1952.


Yikes.

--
Before you complain, please consult your optic nerve,
as it has been sending me angry emails for years now.
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default move cells up

On Jan 1, 1:01*pm, "Auric__" wrote:
gary c wrote:
On Dec 31, 4:17 pm, "Auric__" wrote:
gary c wrote:
http://pastebin.com/KT7Q06Qa


[In the future, please quote the post you're replying to.]


If this is a one-time worry, I'd suggest doing it by hand, especially
if that's the entire spreadsheet you posted. You'd have it done in a
minute or two.


If not, go ahead and do another pastebin of how you want the data to
end up.


(Do you really have unpaid taxes going back 40+ years?)


My spreadsheet has 400,000 rows.


Ok, then I need another pastebin showing how you want things to end up.
(Wordwrap demolished *that*, too.)

And "Yes", unpaid taxes go back to 1952.


Yikes.

--
Before you complain, please consult your optic nerve,
as it has been sending me angry emails for years now.- Hide quoted text -

- Show quoted text -


I figured out how to do what I needed.

Thanks.
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
Search for empty cells and move cells next to KP[_4_] Excel Programming 10 September 21st 11 08:44 PM
Move cells down to match cells gcotterl[_2_] Excel Programming 3 April 1st 10 06:54 PM
Move cells down to match cells gcotterl[_2_] Excel Programming 0 March 31st 10 10:34 PM
Can references (to cells being sorted) move with the cells? Zack Setting up and Configuration of Excel 1 January 16th 08 01:50 PM
Sorting cells: a list behind the cells do not move with the cell Ross M Excel Discussion (Misc queries) 2 September 21st 06 12:14 PM


All times are GMT +1. The time now is 09:46 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"