Dear all,
I am trying to copy values from one column into another one. The problem is that the values in the original column are in selected cells, instead than in every single cell. I want to apply all of these values into a new column for each item.
Something Like this:
| Letter | Original Column | New column |
| A | 1 | 1 |
| B | | 1 |
| C | 1 | 1 |
| D | | 1 |
| E | 1 | 1 |
| F | 1 | 1 |
| G | | 1 |
| H | 1 | 1 |
| I | 1 | 1 |
I have already added the formula to add the new column, and tried an IF ISEMPTY formula to no avail.
Thank you in advance for your time and assistance.
Best,
Juan