Smokeyham
Board Regular
- Joined
- Feb 1, 2006
- Messages
- 120
- Office Version
- 365
- Platform
- Windows
I have the following formula, which works fine:
=IF($T$424>$X$406,"You Met Your Goal!", TEXT(($T$424-$X$406),"$0,0"))
If they do not meet the test, then it portrays a figure, correctly formatted, which is what I want, except I want to have some text in front of it:
“You still need to cut $150”
I tried the following (and lots of variations), but with no luck. I keep on getting an error message in Excel 2003.
=IF($T$424>$X$406,"You Met Your Goal!",“You still need to cut”&TEXT(($T$424-$X$406),"$0,0"))
I'm sure I'm missing something perfectly simple.... but have gone brain dead.
Any help would be appreciated!
Gordon
=IF($T$424>$X$406,"You Met Your Goal!", TEXT(($T$424-$X$406),"$0,0"))
If they do not meet the test, then it portrays a figure, correctly formatted, which is what I want, except I want to have some text in front of it:
“You still need to cut $150”
I tried the following (and lots of variations), but with no luck. I keep on getting an error message in Excel 2003.
=IF($T$424>$X$406,"You Met Your Goal!",“You still need to cut”&TEXT(($T$424-$X$406),"$0,0"))
I'm sure I'm missing something perfectly simple.... but have gone brain dead.
Any help would be appreciated!
Gordon