Hello guys, someone knows how to do this?
I'm doing a sales dashboard that has a buttom to choose between two scenarios: currency and percentage. When the button of currency is activated, I have a formula that identifies that and bring the result in currency, the same happens for the percentage scenario when the other buttom is hitted.
=IF(Organized!$X$2=1,Organized!C107,IF(Organized!$X$2=2,Organized!C128))
This two has different number format and I cannot format the cell that is used by both. How do I keep them as numbers? (cause I could put a &"$" and &"%" but I would not have numbers anymore cause it would be transformed into text).
Many thanks in advance!
I'm doing a sales dashboard that has a buttom to choose between two scenarios: currency and percentage. When the button of currency is activated, I have a formula that identifies that and bring the result in currency, the same happens for the percentage scenario when the other buttom is hitted.
=IF(Organized!$X$2=1,Organized!C107,IF(Organized!$X$2=2,Organized!C128))
This two has different number format and I cannot format the cell that is used by both. How do I keep them as numbers? (cause I could put a &"$" and &"%" but I would not have numbers anymore cause it would be transformed into text).
Many thanks in advance!