Ok, This has really been a thorn in my side. It seems there should be an easy way to do this through excel but since I havent been able to find how I've turned to vba.
Heres what I have.
if isnumeric(sheets("sales 2").range("e11")) then
Sheets("sales 2").range("g11") = Sheets("sales 2").range ("g11") _
+ Sheets("sales 2"). range(e12)
What this does is it takes the inputed number from collum g adds it to collum e, basically keeping e updated on a daily basis. If this can be done somehow with a circular refrence please let me know.
Sure this way works, but its totally flawed. It doesnt make sense why i would have to use this code just to update a number on a regular basis.
So my question is: I have to do this to a whole sheet, Right now I have that code for each cell. I need a sum(g1:g27) or something similiar to simplify this and make it a whole hell of a lot easier to edit. ANY HELP WOULD BE AWESOME. Thanks in advance
Chris![]()
Bookmarks