I'm struggling to get a negative number for accounting!
So I have incomings and outgoings but I cant find a formula to turn my outgoings into negative numbers?
The bank payment column is a drop down so when I select an outgoing I need my figures to become negative, what formula do I need to use?
Best Answer
-
So I understand, is the 'Total' a formula? I'm guessing of VAT@row + Net@row?
You could just amend it with an IF statement. So e.g. =IF([Bank Payment]@row = "Outgoing", 0 - (VAT@row + Net@row), VAT@row + Net@row)
That basiacally says if the bank pament is "Outgoing" (or whatever drop down options are outgoing. You can use an OR function to include multiple options), then take 0 and minus the total (making it negative), otherwise calculate the total.
Hope that makes sense? That's one way of doing it.
Answers
-
So I understand, is the 'Total' a formula? I'm guessing of VAT@row + Net@row?
You could just amend it with an IF statement. So e.g. =IF([Bank Payment]@row = "Outgoing", 0 - (VAT@row + Net@row), VAT@row + Net@row)
That basiacally says if the bank pament is "Outgoing" (or whatever drop down options are outgoing. You can use an OR function to include multiple options), then take 0 and minus the total (making it negative), otherwise calculate the total.
Hope that makes sense? That's one way of doing it.
-
You're the man Jeremy, I've been trying similar formulas but I couldn't get it! Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!