R
rhodyman10
I am using Microsoft Excel 2000 for a financial spreadsheet.
I want to compare two different financial computations and see which is
higher for each row.
My "if" statement looks like this:
=IF(G8>H8,"Category A is higher by $"&(G8-H8),"Category B is higher
with $"&(H8-G8))
The problem is, sometimes the dollar amounts are showing with three
decimal places, and I only want to show two for dollars.
For example, it may say:
"Category A is higher with $201.098"
How do I get it to show only two decimal places?
Thank you in advance for your help.
I want to compare two different financial computations and see which is
higher for each row.
My "if" statement looks like this:
=IF(G8>H8,"Category A is higher by $"&(G8-H8),"Category B is higher
with $"&(H8-G8))
The problem is, sometimes the dollar amounts are showing with three
decimal places, and I only want to show two for dollars.
For example, it may say:
"Category A is higher with $201.098"
How do I get it to show only two decimal places?
Thank you in advance for your help.