08-23-2024 09:40 AM
Good day
I was wondering via format or conditional formatting how can we get the value shown on the cell to be absolute?
Regards
Solved! Go to Solution.
08-26-2024 05:06 AM
So i opted for using a condition which is
If CellAmount < 0 Then FliSign = True
and this worked
08-23-2024 10:21 AM
You could use a format like this:
NumberFormat = [#,###,0;#,###,0;0]
08-26-2024 05:06 AM
So i opted for using a condition which is
If CellAmount < 0 Then FliSign = True
and this worked