moderated Re: Help with Excel problem
Chris Chaffin
If you are referring to zeros populating rows that you have not yet entered a transaction for, I am not sure of your original formula, but I just use an if statement to leave the cell blank unless that row has information in it.
toggle quoted messageShow quoted text
Something like this: If(a3="","", ... rest of your formula... then make sure to end it with a ) The A3 is just the first cell of the row you are doing. You can use any cell that you will enter information in for each row. If you have more questions feel free to let me know. Chris
On Jan 5, 2022, at 11:29 PM, Onwardbob <onwardbob@...> wrote:
|
|