Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default simple question regarding pasting

I have two columns. BA and BP

BA has data in every row all the way down

BP has data in most of the cells, but some are blank utilizing a
formula of =IF(ISBLANK(BN7),"",BA7 & "," & BN7) Column BP is merely a
helper column to append data together if BN is empty just leave it
blank otherwise populate BP with BA and B7 data

Now I need to copy all of the rows that have data in column BP and
paste them over the top of the entries that exist in BA basically
replacing the data. since some of the rows in Column of BP are empty
I want to skip pasting blank entries over the top of BA leaving the
original data.

There are thousands of entries in this spreadsheet so going in bunches
or 1 by 1 would take forever. I tried to paste special skip blanks,
but it didn't give me the desired result..it still cleared data in BA
when BP was blank.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 913
Default simple question regarding pasting

On Fri, 20 Nov 2009 16:17:38 -0800 (PST), srosetti
wrote:

I have two columns. BA and BP

BA has data in every row all the way down

BP has data in most of the cells, but some are blank utilizing a
formula of =IF(ISBLANK(BN7),"",BA7 & "," & BN7) Column BP is merely a
helper column to append data together if BN is empty just leave it
blank otherwise populate BP with BA and B7 data

Now I need to copy all of the rows that have data in column BP and
paste them over the top of the entries that exist in BA basically
replacing the data. since some of the rows in Column of BP are empty
I want to skip pasting blank entries over the top of BA leaving the
original data.

There are thousands of entries in this spreadsheet so going in bunches
or 1 by 1 would take forever. I tried to paste special skip blanks,
but it didn't give me the desired result..it still cleared data in BA
when BP was blank.

Thanks


If you don't have any formulas in column BA, just values, you may try
another helper column, say BZ.

In BZ1 you put the formula:

=IF(BP1="",BA1,BP1)

Copy column BZ and "Paste Special/Values" it to column BA.

Hope this helps / Lars-Åke
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default simple question regarding pasting

I got to thinking after your suggestion and decided to make a true
entry of just displaying the data. Here is the new formula and works
great.

=IF(ISBLANK(BN2),BA2,BA2 & "," & BN2)

Maybe someone is doing something similar someday and could use this
formula.

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
IF formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
(Hopefully) Simple Array Pasting question. KeLee Excel Programming 5 August 17th 06 01:38 PM
Simple Simple Excel usage question BookerW Excel Discussion (Misc queries) 1 June 23rd 05 10:06 PM
Simple copying and pasting macro Henrik Excel Programming 1 January 13th 05 11:35 PM
simple question, hopefully a simple answer! Matt B Excel Programming 5 January 13th 04 08:43 PM


All times are GMT +1. The time now is 09:30 PM.

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"