I have a running inventory table with a formula that either adds or subtracts and calculates a current balance. When I add a new row either manually or by the use of a form, a row will generate but the formula won't function and I get a #REF .
Any thoughts?
I've looked for many solutions but nothing seems to address my situation.
Thanx
below is the formula... I can't past or insert the table in here...
=IF(AND($F7<>"",$G7<>""),($G7+$J6),IF(AND($F7<>"",$G7=""),($J6-$I7)))
Any thoughts?
I've looked for many solutions but nothing seems to address my situation.
Thanx
below is the formula... I can't past or insert the table in here...
=IF(AND($F7<>"",$G7<>""),($G7+$J6),IF(AND($F7<>"",$G7=""),($J6-$I7)))