PC Review


Reply
Thread Tools Rate Thread

how to display cell value in formula

 
 
harshu444
Guest
Posts: n/a
 
      17th Jan 2008
hi guys,
my problem is this, a1 is 5, b1 is 6, c1= a1*b1, how can i
display the cell value as 5*6.
PLZ HELP
 
Reply With Quote
 
 
 
 
WLMPilot
Guest
Posts: n/a
 
      17th Jan 2008
Try: =TEXT(A1,"#")&"*"&TEXT(B1,"#")

"harshu444" wrote:

> hi guys,
> my problem is this, a1 is 5, b1 is 6, c1= a1*b1, how can i
> display the cell value as 5*6.
> PLZ HELP
>

 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      17th Jan 2008
Not sure I fully understand but how about this in C1

=A1 &"*"& B1&" = "&A1*B1

Mike

"harshu444" wrote:

> hi guys,
> my problem is this, a1 is 5, b1 is 6, c1= a1*b1, how can i
> display the cell value as 5*6.
> PLZ HELP
>

 
Reply With Quote
 
harshu444
Guest
Posts: n/a
 
      18th Jan 2008
On Jan 17, 7:13*pm, WLMPilot <WLMPi...@discussions.microsoft.com>
wrote:
> Try: * =TEXT(A1,"#")&"*"&TEXT(B1,"#")
>
>
>
> "harshu444" wrote:
> > hi guys,
> > * * * * * * my problem is this, a1 is 5, b1 is 6, c1= a1*b1, how can i
> >displaythecellvalueas 5*6.
> > PLZ HELP- Hide quoted text -

>
> - Show quoted text -


ya thats one way of doing it but isnt there any other smarter way,
cause my formula is quite big, is there any macro which can be run
which can show me the formula and instead of cell referance it will
show me cell value in that formula like simply "5*6" instead of "a1*b1"
 
Reply With Quote
 
Gary Keramidas
Guest
Posts: n/a
 
      18th Jan 2008
if you want to do it with code, you'll have to break your formula down
something like this:

sub test
Range("c1").Formula = "=" & Range("A1").Value & "*" & Range("b1").Value & ""
end sub
--

Gary


"harshu444" <(E-Mail Removed)> wrote in message
news:7dac531e-ea25-4042-9639-(E-Mail Removed)...
> hi guys,
> my problem is this, a1 is 5, b1 is 6, c1= a1*b1, how can i
> display the cell value as 5*6.
> PLZ HELP


 
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
Display formula on the cell journey Microsoft Excel Worksheet Functions 2 27th Aug 2009 11:23 AM
Display cell ref for MAX formula bookman3 Microsoft Excel Misc 7 17th Oct 2008 06:31 AM
How do you display a formula in a cell Dave L Microsoft Excel Discussion 6 4th Apr 2006 08:15 PM
Display formula in cell =?Utf-8?B?VHJpc2g=?= Microsoft Excel Misc 1 13th May 2005 09:14 AM
Re: Cell formula display Frank Kabel Microsoft Excel New Users 1 30th Aug 2004 11:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:09 PM.