A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Jason/or whoever picks up on this,
Sorry to have to impose further on the same topic, but I am back trying to finalize my project involving this formula. Thanks for your patience.
The current in column K (K7:K62)...
=IF(E7="CA$H",G7+SUMIF($D$6:$D$62,D7,$B$6:$B$62),G7)
Where :
E7 = input from another sheet, and equals the word Ca$h or another symbol fed over {repeated thru E62}
G7 = input from another sheet, and equals a numeric value {repeated thru G62}
Col D = input from another sheet, and equals one of about 12 descriptive text phrase {repeated thru D62}
D7 = input from another sheet, and equals the descriptive phrase for that line item {repeated thru D62}
B7 = =IF(E7="CA$H",0,IFERROR((G7-K7)*F7*N7,0)) {repeated thru B62}
G7 = [see above]
I have added Column J
I would like to add operator (+ - * / ) and factor (any number) in column J
ex: *0 to zero out cell in K or -200 to reduce cell in K by 200 units or /2 to cut the value in cell K by half etc....
This creates a circular reference in normal operation. I am trying to get the base formula to calculate and then a second pass to calculate K using column J input