• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How paste non blank source range into range target without interupting formula in target range

tiong999

Member
Hello all,

Thanks for your time to contribute our forum.
Herewith im not asking how to formulate, but how to paste non blank cell from source and paste to range target like example i attach.


I appreciated for any review from all member here. Thanks all.

Regards,
Tiong
 

Attachments

  • paste non blank source range.xlsx
    27.2 KB · Views: 6
First, select H41:H68, then "Go to Special" and select blanks.

You'll notice some of the cells are not true blanks. You'll have to select those ranges and hit Delete to clean it up.

Then select H41:H68 copy. Right click on I41. Hit s then s again.
This will open paste special menu.
Hit v then b. Paste.
 
Hi Chichiro,

Im glad for your reply.

"You'll notice some of the cells are not true blanks. You'll have to select those ranges and hit Delete to clean it up."
Im noticed your statement but i dont quite understand.


Im experimenting this way:
* Select G3:G31
* "Go to Special" and
* Check circle option "CONSTANTS" and keep "Numbers" still check and uncheck others
* Hit Ctrl+C to Copy
* Right click G41 and go to paste special
* Click Paste "Values" hit V and B

But i still have no expected results.
Please review what is lack so i able have G41:G68 the same result as I41:I68.

Regards,
Tiong
 

Attachments

  • paste non blank source range (1).xlsx
    27.8 KB · Views: 6
Last edited by a moderator:
Maybe,

1st step, to clear cells that are not true blanks

* Select G4:G31
* Ctrl+G >> click "Special" >> check "Constants" and uncheck "Numbers" >> OK
* Hit "Delete"

Then,

* Select G4:G31 again
* Ctrl+G >> click "Special" >> check "Blanks" >> OK
* In the formula bar enter: =E5 and Ctrl+Enter
* Finish

Regards
Bosco
 
Hello Bosco,

Interesting of your way to paste it in similar result as i expected.
It work perfectly, only if i paste it special into the same G4:G31.
But, unfortunately G4:G31 is source range to copy, and i will paste special to G41:G68.

Notes: Example Range I41:I68, is expected result im looking for.


Regards,
Tiong
 
Last edited by a moderator:
If you paste special values, along with "Skip blanks" checked, it will only copy cells with values in them. However, if you use your source range of "G4:G31", you'll notice seemingly blank cells overwriting existing values.
upload_2018-7-11_7-57-50.png

This means these cells are not truly blank and may contain some invisible character in them. Hence, select those cells and hit delete to clear those cells.

After that, copy the range. Then right click on G41, s, s, then v, b. Ok. Done.
upload_2018-7-11_7-58-40.png
 
Back
Top