ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   sending data from one cell to another (not using copy & paste) (https://www.excelbanter.com/excel-worksheet-functions/7489-sending-data-one-cell-another-not-using-copy-paste.html)

Charlie Payne

sending data from one cell to another (not using copy & paste)
 
Is there a command that automatically sends data from one
cell to another cell once the first cell contains data. I
know that the usual way to do this is to use the copy
command: =Sheet1$X53 however this is 'pulling the data'
rather than having it be sent to another cell. However I
don't want to use this formula as I require that the
worksheet that the data is sent to has all unused cells
blank (as opposed to having unused cells containing the
copy command). The reason for this requirement is that the
worksheet needs to be imported into a system that rejects
blank cells with formula's in. (usually we have to delete
each unused cell).

I hope this makes senses - And I'd be extremly thankful
for any help!


Charlie

Frank Kabel

Hi
this would require a VBA solution. Not possible with formulas

"Charlie Payne" wrote:

Is there a command that automatically sends data from one
cell to another cell once the first cell contains data. I
know that the usual way to do this is to use the copy
command: =Sheet1$X53 however this is 'pulling the data'
rather than having it be sent to another cell. However I
don't want to use this formula as I require that the
worksheet that the data is sent to has all unused cells
blank (as opposed to having unused cells containing the
copy command). The reason for this requirement is that the
worksheet needs to be imported into a system that rejects
blank cells with formula's in. (usually we have to delete
each unused cell).

I hope this makes senses - And I'd be extremly thankful
for any help!


Charlie



Thanks Frank,

However i've never used VBA before - so any tips on how to
get started on this?

Appreciated.
-----Original Message-----
Hi
this would require a VBA solution. Not possible with

formulas

"Charlie Payne" wrote:

Is there a command that automatically sends data from

one
cell to another cell once the first cell contains data.

I
know that the usual way to do this is to use the copy
command: =Sheet1$X53 however this is 'pulling the

data'
rather than having it be sent to another cell. However

I
don't want to use this formula as I require that the
worksheet that the data is sent to has all unused cells
blank (as opposed to having unused cells containing the
copy command). The reason for this requirement is that

the
worksheet needs to be imported into a system that

rejects
blank cells with formula's in. (usually we have to

delete
each unused cell).

I hope this makes senses - And I'd be extremly thankful
for any help!


Charlie

.


CarlosAntenna

As Frank has already said, you can't use formulas to change the value of
another cell. However I think you might be able to achieve the desired
result by copying the data from the source sheet and then using PASTE
SPECIAL VALUES at the destination. Formulas that evaluate to a blank on
the source will be blank on the destination.

Carlos

"Charlie Payne" wrote in message
...
Is there a command that automatically sends data from one
cell to another cell once the first cell contains data. I
know that the usual way to do this is to use the copy
command: =Sheet1$X53 however this is 'pulling the data'
rather than having it be sent to another cell. However I
don't want to use this formula as I require that the
worksheet that the data is sent to has all unused cells
blank (as opposed to having unused cells containing the
copy command). The reason for this requirement is that the
worksheet needs to be imported into a system that rejects
blank cells with formula's in. (usually we have to delete
each unused cell).

I hope this makes senses - And I'd be extremly thankful
for any help!


Charlie





All times are GMT +1. The time now is 05:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com