Amount in negative
Hello,
How can I show the amount in negative when the status changes.
For example, here in the screenshot, the red highlighted one has the status 'OUT'. I want the amount to show in negative in the next column. Thanks
Best Answers
-
Try this:
=IF(Status@row = "OUT", 0 - [Amount in LC]@row)
-
Instead of looking for the exact status of "OUT", you can look to see if the cell contains the word "out" with other text by using the CONTAINS Function.
Try:
=IF(CONTAINS("OUT", Status@row), 0 - [Amount in LC]@row)
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Try this:
=IF(Status@row = "OUT", 0 - [Amount in LC]@row)
-
@Paul Newcome Thank You :)
-
Happy to help. 👍️
-
Hi, @Paul Newcome I have a follow-up question. How to build the same formula for different statuses.
This is the list of statuses we have.
OUT - to the next month
OUT - to the future month
IN - Into the current month
The value should be shown with a negative sign for status Out and a positive sign for status IN
-
Instead of looking for the exact status of "OUT", you can look to see if the cell contains the word "out" with other text by using the CONTAINS Function.
Try:
=IF(CONTAINS("OUT", Status@row), 0 - [Amount in LC]@row)
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank you @Genevieve P. :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!