Hello! I have a spreadsheet with certain data and a macro that reads that data and writes some of that data to another sheet, say Results sheet. When I go to Results sheet I want to apply currency format to that column but the format isn’t applied.
However, when I right-click > cell format I can see currency format is currently selected. Even when I select several cells sums 0 (zero). Either when I =sum(C5:C20)
returns 0 (zero).
What could be happening?
Thanks for your time.