ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   what is the formula for adding a new number to the existing numbe. (https://www.excelbanter.com/excel-programming/326887-what-formula-adding-new-number-existing-numbe.html)

JimB

what is the formula for adding a new number to the existing numbe.
 
A1=A1+B2 gives inconsistant results, is there another way to do this?

Thief_

what is the formula for adding a new number to the existing numbe.
 
Inconsistant results? I find that hard to believe! This type of statement is
used heavily in VBA to self-increment a variable and has never failed me-
unless your code is not right!

--
|
+--Thief_
|


"jimb" wrote in message
...
A1=A1+B2 gives inconsistant results, is there another way to do this?




gocush[_29_]

what is the formula for adding a new number to the existing numbe.
 
Assuming that this is a line of vba code, you must keep in mind that
everytime you run through this line the results in cell A1 will be different !

Let's say that B2 contains the value of 10
and A1 contains 5

After running this code line, A1 will = 15
If it is run again BEFORE B2 changes, then A1 will = 25 and will increment
by 10 each run as long as something does not change B2

However, you may have something changing cell B2 in between incidents of
running the code. If so A1 will be increased by the value of B2 at the time
the code is run.

"jimb" wrote:

A1=A1+B2 gives inconsistant results, is there another way to do this?



All times are GMT +1. The time now is 07:33 PM.

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