Computing desk | ||
---|---|---|
< November 2 | << Oct | November | Dec >> | November 4 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
Which non-free adobe softwares are meant for students. If I am looking for time pass, not professional or business works. 1.39.39.187 (talk) 14:06, 3 November 2016 (UTC)
In Windows Paint, it's possible to copy/paste blank space: if you check "Transparent Selection" in the "Select" dropdown, all pixels that are precisely the same color as the secondary color (i.e. the one that's created when you use erase) will get ignored when you copy/paste part of the screen. If your background color is white, you can copy
1 1
into
1 1
and get
1111
That's all very convenient, but I'm trying to work with Excel. In this program, it seems that empty cells are always treated as "actively" empty, i.e. comparable to being treated as white pixels in Paint instead of being totally ignored, as in my example. Is there a possibility of copy/pasting "blank" or "transparent" cells in this manner, so that when I paste an empty cell onto a cell with contents, the target cell remains unchanged? Basically, I'm in a situation with the following cells:
1 1 1 1 1 1 1 1 1 1 1 1
I'd like to end up with a single row of 111111111111 without retyping everything or copy/pasting individual cells (this is a highly simplified version of my real situation), but I've not been able to figure it out with Google or by talking with my library reference desk. It's always been easy to do this with vertical stuff, e.g. taking
1 1 1 1
and putting it into a single column (just move it to Notepad; empty cells become tabs, and use find/replace to delete the tabs), but Notepad doesn't have a way to get rid of line breaks as it does column breaks. Nyttend (talk) 18:14, 3 November 2016 (UTC)