I need a fx to do 2 things (AND…)
I have 2 columns (below) that need to calculate: Annual Cost (Current) - Annual Cost (Proposed) AND I need the $ amount (if negative $$$) to show as parenthesis instead of a -
column 1: Annual Cost (Current)
column 2: Annual Cost (Proposed)
My current SUM is below:
=SUM([1. Annual Cost (EA) (Current)]@row - [1 Annual Cost (EA) (Proposed)]@row )
How to I include the AND statement to create the condition that anything less than $0 to show as ($1500.00) instead of -$1500.00
@Paul Newcome 😀