PC Review


Reply
Thread Tools Rate Thread

How to add text to this formula?

 
 
StargateFanFromWork
Guest
Posts: n/a
 
      31st Oct 2006
How can I add this cell value and this text "$E$2 x 2 =" to the formula:
=IF($A$2<>"",CEILING(($E$2*2),0.25),"")

I'm guessing that it might something along this line (?):
=IF($A$2<>"",($E$2) & " x 2 = " & (CEILING(($E$2*2)),0.25),"")
though this doesn't work.

I've tried everything I know, which admittedly isn't much, trying to get
this to work but nothing I've tried works. Hopefully this can be done,
though.

Thanks!



 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q2hhcmxlcyBDaGlja2VyaW5n?=
Guest
Posts: n/a
 
      31st Oct 2006
=IF($A$2<>"", $E$2 & " x 2 = " & CEILING($E$2*2,0.25),"")

works for me, I don't like having all the extra paranthesis as it is very
confusing to read.
--
Charles Chickering

"A good example is twice the value of good advice."


"StargateFanFromWork" wrote:

> How can I add this cell value and this text "$E$2 x 2 =" to the formula:
> =IF($A$2<>"",CEILING(($E$2*2),0.25),"")
>
> I'm guessing that it might something along this line (?):
> =IF($A$2<>"",($E$2) & " x 2 = " & (CEILING(($E$2*2)),0.25),"")
> though this doesn't work.
>
> I've tried everything I know, which admittedly isn't much, trying to get
> this to work but nothing I've tried works. Hopefully this can be done,
> though.
>
> Thanks!
>
>
>
>

 
Reply With Quote
 
=?Utf-8?B?UlNU?=
Guest
Posts: n/a
 
      31st Oct 2006
It looks like you just have some parenthases in the wrong place...try this:

=IF($A$2<>"",($E$2) & " x 2 = " & (CEILING(($E$2*2),0.25)),"")

RST




"StargateFanFromWork" wrote:

> How can I add this cell value and this text "$E$2 x 2 =" to the formula:
> =IF($A$2<>"",CEILING(($E$2*2),0.25),"")
>
> I'm guessing that it might something along this line (?):
> =IF($A$2<>"",($E$2) & " x 2 = " & (CEILING(($E$2*2)),0.25),"")
> though this doesn't work.
>
> I've tried everything I know, which admittedly isn't much, trying to get
> this to work but nothing I've tried works. Hopefully this can be done,
> though.
>
> Thanks!
>
>
>
>

 
Reply With Quote
 
StargateFanFromWork
Guest
Posts: n/a
 
      31st Oct 2006
<lol> I guess that's why it didn't work; I had to many brackets in there
.... I was just trying to outline the formula. Scary how close it came. <g>

Well, this does work, you're right, but I ran into some trouble.
Instead of getting-
$8.40 x 2 = $17.00,

I get-
8.4 x 2 = 17

Is there a way to show the currency as currency?

Also, underneath that cell, in E4, I don't get a result I get #VALUE!

Are these 2 problems fixable?

Tx. D

"Charles Chickering" <(E-Mail Removed)> wrote in
message news:8E3EC984-8460-4843-98BD-(E-Mail Removed)...
> =IF($A$2<>"", $E$2 & " x 2 = " & CEILING($E$2*2,0.25),"")
>
> works for me, I don't like having all the extra paranthesis as it is very
> confusing to read.
> --
> Charles Chickering
>
> "A good example is twice the value of good advice."
>
>
> "StargateFanFromWork" wrote:
>
> > How can I add this cell value and this text "$E$2 x 2 =" to the formula:
> > =IF($A$2<>"",CEILING(($E$2*2),0.25),"")
> >
> > I'm guessing that it might something along this line (?):
> > =IF($A$2<>"",($E$2) & " x 2 = " & (CEILING(($E$2*2)),0.25),"")
> > though this doesn't work.
> >
> > I've tried everything I know, which admittedly isn't much, trying to get
> > this to work but nothing I've tried works. Hopefully this can be done,
> > though.
> >
> > Thanks!
> >
> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The result of a formula referring to a cell with formula as text? JCC Microsoft Excel Worksheet Functions 10 3rd Sep 2009 03:15 PM
Build excel formula using field values as text in the formula =?Utf-8?B?dmFsIGtpbGJhbmU=?= Microsoft Excel Worksheet Functions 2 18th Apr 2007 01:52 PM
how to convert a formula into text in order to display the formula =?Utf-8?B?Q2xhdWRpbyBIYXJ0enN0ZWlu?= Microsoft Excel Misc 2 13th Jul 2006 09:58 AM
Copy formula so destination displays formula as text =?Utf-8?B?T211bmVuZQ==?= Microsoft Excel Misc 2 30th Sep 2005 06:28 PM
Text formula results do not display - Formula is UNchecked in View =?Utf-8?B?SnVkZQ==?= Microsoft Excel Worksheet Functions 1 9th Jul 2004 11:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:46 AM.