D
Dan Crowson
Hello,
I want to update all of the numbers in a column by another
number. In other words, I'd like to add 10% to all the
prices. The only way I've found to do this is to copy the
data to another row and then do something like
+copiedcell*.10+copiedcell and then copy the results to
the old column. The problem is that I can't remove the
old data because they are now functions.
Is there any way to run a function over the original row
to do this?
Thanks,
Dan
I want to update all of the numbers in a column by another
number. In other words, I'd like to add 10% to all the
prices. The only way I've found to do this is to copy the
data to another row and then do something like
+copiedcell*.10+copiedcell and then copy the results to
the old column. The problem is that I can't remove the
old data because they are now functions.
Is there any way to run a function over the original row
to do this?
Thanks,
Dan