mrsbrannon
Board Regular
- Joined
- Mar 7, 2018
- Messages
- 61
Hello all,
Is it possible to write an IF formula that would add currency to a cell? (currency that can be summed, not just the appearance). I've tried but all I can get it to do is put the data, not the $$.
Current formula is:
=IF(C2="Bonus","$40.00","")
I have also tried:
=IF(C2="Bonus", DOLLAR(40),"")
Neither of these work when adding it to other amounts on my table.
Thanks!
Is it possible to write an IF formula that would add currency to a cell? (currency that can be summed, not just the appearance). I've tried but all I can get it to do is put the data, not the $$.
Current formula is:
=IF(C2="Bonus","$40.00","")
I have also tried:
=IF(C2="Bonus", DOLLAR(40),"")
Neither of these work when adding it to other amounts on my table.
Thanks!