I have a spreadsheet where I want to know the balance after entering the daily profit and loss in trading.
A column has date, B column has the title Profit, C column has the title Loss, D column has the Balance
I enter the formula in D4 as =IF('Profit';D3+B4;D3-C4) but it returns an error while it works with my bank sheets where the Profit and loss are replaced with Credit and Debit. Am I missing anything?
A column has date, B column has the title Profit, C column has the title Loss, D column has the Balance
I enter the formula in D4 as =IF('Profit';D3+B4;D3-C4) but it returns an error while it works with my bank sheets where the Profit and loss are replaced with Credit and Debit. Am I missing anything?
Statistics: Posted by prabharathi — Fri Jul 12, 2024 2:19 pm