I am running excel 2003. In general terms, I have a cell that has a value of
123 in it. I want to be able to copy another cell that has a value of 3 in
it and do some sort of quot;Paste Special-Formula-Addquot; so that the cell will now
show quot;=123 3quot; in it. if the cell already has =123 in it, then I can get it
to work, but it only has 123 in it so I end up with a new cell that has 126
in it. The problem is that I need to do this with thousands of cells and I
need to be able to do this so that I have an audit trail and that I know that
the original value was 123 and that I added 3 to it. Can anybody think of a
way that I can get this to work? I need to be able to automatically insert
an equal sign in every cell or have my paste funtion do this for me. Any
thoughts? I've tried everything i can think, except for a special macro.
what is the reltionship between the cells with 123 and 3 in them,ie is it
consistent through out
--
paul
remove nospam for email addy!
quot;TSterquot; wrote:
gt; I am running excel 2003. In general terms, I have a cell that has a value of
gt; 123 in it. I want to be able to copy another cell that has a value of 3 in
gt; it and do some sort of quot;Paste Special-Formula-Addquot; so that the cell will now
gt; show quot;=123 3quot; in it. if the cell already has =123 in it, then I can get it
gt; to work, but it only has 123 in it so I end up with a new cell that has 126
gt; in it. The problem is that I need to do this with thousands of cells and I
gt; need to be able to do this so that I have an audit trail and that I know that
gt; the original value was 123 and that I added 3 to it. Can anybody think of a
gt; way that I can get this to work? I need to be able to automatically insert
gt; an equal sign in every cell or have my paste funtion do this for me. Any
gt; thoughts? I've tried everything i can think, except for a special macro.
I'm not sure I understand the question. Let's say I have 3 rows by 12
columns. I have to adjust each value in each cell by a different amount. I
have a spreadsheet with the original data that has the 123 values (obviously
there all different values). I have a second spreadsheet that has calculated
how much each of the 36 cells should change by. This sheet has the 3 values
in them. I want to copy the change 36 cells in the change sheet and do a
paste special add on the original and have the original file now show =123 3,
not 126. Make sense?
quot;paulquot; wrote:
gt; what is the reltionship between the cells with 123 and 3 in them,ie is it
gt; consistent through out
gt; --
gt; paul
gt; remove nospam for email addy!
gt;
gt;
gt;
gt; quot;TSterquot; wrote:
gt;
gt; gt; I am running excel 2003. In general terms, I have a cell that has a value of
gt; gt; 123 in it. I want to be able to copy another cell that has a value of 3 in
gt; gt; it and do some sort of quot;Paste Special-Formula-Addquot; so that the cell will now
gt; gt; show quot;=123 3quot; in it. if the cell already has =123 in it, then I can get it
gt; gt; to work, but it only has 123 in it so I end up with a new cell that has 126
gt; gt; in it. The problem is that I need to do this with thousands of cells and I
gt; gt; need to be able to do this so that I have an audit trail and that I know that
gt; gt; the original value was 123 and that I added 3 to it. Can anybody think of a
gt; gt; way that I can get this to work? I need to be able to automatically insert
gt; gt; an equal sign in every cell or have my paste funtion do this for me. Any
gt; gt; thoughts? I've tried everything i can think, except for a special macro.
the only way i can think to do it is make a new text array.
In a cell on the second sheet type =quot;=quot;amp;A1amp;quot; quot;amp;A2,copy down and or across to
make a new text array copy and paste back into the original sheet.This
assumes the original value is in a1 and the change value is a2.Probably best
to paste this in an adjacent array so as to not overwrite actual calculation
values?
--
paul
remove nospam for email addy!
quot;TSterquot; wrote:
gt; I'm not sure I understand the question. Let's say I have 3 rows by 12
gt; columns. I have to adjust each value in each cell by a different amount. I
gt; have a spreadsheet with the original data that has the 123 values (obviously
gt; there all different values). I have a second spreadsheet that has calculated
gt; how much each of the 36 cells should change by. This sheet has the 3 values
gt; in them. I want to copy the change 36 cells in the change sheet and do a
gt; paste special add on the original and have the original file now show =123 3,
gt; not 126. Make sense?
gt;
gt; quot;paulquot; wrote:
gt;
gt; gt; what is the reltionship between the cells with 123 and 3 in them,ie is it
gt; gt; consistent through out
gt; gt; --
gt; gt; paul
gt; gt; remove nospam for email addy!
gt; gt;
gt; gt;
gt; gt;
gt; gt; quot;TSterquot; wrote:
gt; gt;
gt; gt; gt; I am running excel 2003. In general terms, I have a cell that has a value of
gt; gt; gt; 123 in it. I want to be able to copy another cell that has a value of 3 in
gt; gt; gt; it and do some sort of quot;Paste Special-Formula-Addquot; so that the cell will now
gt; gt; gt; show quot;=123 3quot; in it. if the cell already has =123 in it, then I can get it
gt; gt; gt; to work, but it only has 123 in it so I end up with a new cell that has 126
gt; gt; gt; in it. The problem is that I need to do this with thousands of cells and I
gt; gt; gt; need to be able to do this so that I have an audit trail and that I know that
gt; gt; gt; the original value was 123 and that I added 3 to it. Can anybody think of a
gt; gt; gt; way that I can get this to work? I need to be able to automatically insert
gt; gt; gt; an equal sign in every cell or have my paste funtion do this for me. Any
gt; gt; gt; thoughts? I've tried everything i can think, except for a special macro.
This did accomplish what I wanted! Thanks! Follow up though. I can copy
this text cell to another cell doing a Paste Special-Value. Do you know how
I can easily convert this cell from text back to an excel formula? I can
click in the cell and hit enter and it will do this, but I would need to do
this with thousands of cells. Can you think of any way to do this to a whole
selection of cells?
quot;paulquot; wrote:
gt; the only way i can think to do it is make a new text array.
gt; In a cell on the second sheet type =quot;=quot;amp;A1amp;quot; quot;amp;A2,copy down and or across to
gt; make a new text array copy and paste back into the original sheet.This
gt; assumes the original value is in a1 and the change value is a2.Probably best
gt; to paste this in an adjacent array so as to not overwrite actual calculation
gt; values?
gt; --
gt; paul
gt; remove nospam for email addy!
gt;
gt;
gt;
gt; quot;TSterquot; wrote:
gt;
gt; gt; I'm not sure I understand the question. Let's say I have 3 rows by 12
gt; gt; columns. I have to adjust each value in each cell by a different amount. I
gt; gt; have a spreadsheet with the original data that has the 123 values (obviously
gt; gt; there all different values). I have a second spreadsheet that has calculated
gt; gt; how much each of the 36 cells should change by. This sheet has the 3 values
gt; gt; in them. I want to copy the change 36 cells in the change sheet and do a
gt; gt; paste special add on the original and have the original file now show =123 3,
gt; gt; not 126. Make sense?
gt; gt;
gt; gt; quot;paulquot; wrote:
gt; gt;
gt; gt; gt; what is the reltionship between the cells with 123 and 3 in them,ie is it
gt; gt; gt; consistent through out
gt; gt; gt; --
gt; gt; gt; paul
gt; gt; gt; remove nospam for email addy!
gt; gt; gt;
gt; gt; gt;
gt; gt; gt;
gt; gt; gt; quot;TSterquot; wrote:
gt; gt; gt;
gt; gt; gt; gt; I am running excel 2003. In general terms, I have a cell that has a value of
gt; gt; gt; gt; 123 in it. I want to be able to copy another cell that has a value of 3 in
gt; gt; gt; gt; it and do some sort of quot;Paste Special-Formula-Addquot; so that the cell will now
gt; gt; gt; gt; show quot;=123 3quot; in it. if the cell already has =123 in it, then I can get it
gt; gt; gt; gt; to work, but it only has 123 in it so I end up with a new cell that has 126
gt; gt; gt; gt; in it. The problem is that I need to do this with thousands of cells and I
gt; gt; gt; gt; need to be able to do this so that I have an audit trail and that I know that
gt; gt; gt; gt; the original value was 123 and that I added 3 to it. Can anybody think of a
gt; gt; gt; gt; way that I can get this to work? I need to be able to automatically insert
gt; gt; gt; gt; an equal sign in every cell or have my paste funtion do this for me. Any
gt; gt; gt; gt; thoughts? I've tried everything i can think, except for a special macro.
- Feb 22 Thu 2007 20:35
Convert Values to formulas
close
全站熱搜
留言列表
發表留言