Hi,
Not sure if this has happened with anyone but I'm trying to create a column that shows the difference between two others but some of the values are showing Null.
Column A - Column B = Column C
Example of what I'm seeing
$300 - Null = Null
I trying doing the Data Cleansing to replace with zeros but still getting 0 as the answer. They're all Doubles for the data type.
Any input is appreciated. TIA.