Hello.
I am making a sheet where I use an "if" formula:
=IF([Responsible]@row = "Anders Larsen"; [Total Amount]@row; "") + IF([Responsible no.2]@row = "Anders Larsen"; [Total Amount]@row; "")
This Gives me number, however I am unable to change that number into a currency. why is that, and/or how can I fix it?
sidenote:
I am aware that I could use the "sumifs" formula. however, it is very important that there aren't any false values (by false I mean values = 0), and "sumif" automatically writes in 0 when the criteria's aren't met. That is why the "if" ends with "", so it remains blank if it isn't above zero.
thank you in advance.