leopardhawk
Well-known Member
- Joined
- May 31, 2007
- Messages
- 611
- Office Version
- 2016
- Platform
- Windows
Hello forum friends,
Can someone please tell me why this formula is giving me the #VALUE ! error?
The value in D36 is $1227.32 and the value in tax_tables!C39 is $1154.58.
I want to display the result as a percentage.
The formula is a smaller part of a CONCATENATE string, hence the TEXT. I can get it to display dollar amounts, no problem, but I would like the percentage to work.
Thanks!
Can someone please tell me why this formula is giving me the #VALUE ! error?
Code:
"&TEXT(D36/(tax_tables!C39),"0%")&"
The value in D36 is $1227.32 and the value in tax_tables!C39 is $1154.58.
I want to display the result as a percentage.
The formula is a smaller part of a CONCATENATE string, hence the TEXT. I can get it to display dollar amounts, no problem, but I would like the percentage to work.
Thanks!