Help - Search - Member List - Calendar
Full Version: excel question?
Lowyat.NET > Computers > Software
wcy123
how to do this, is it possible?


example:

field (a2) = 1*2+2*2

will show 1*2+2*2


field (a4) = auto show answer of a2

will show 6




someone help me?
thanks!


sorry if I post wrong place.
cracksys
er, there's a formula view mode in excel, isn't it ?
wcy123
actually i also not sure
i m excel newbie
jacklow_23
as i know, it cannot.. either u want to show all formulae or show all answer only

but..
wcy123
can teach me how to do it
cracksys
eh, the problem with formula view is it is either formula or answer for the whole workbook

we should see why your need for it first, maybe there's another alternative
wcy123
i post a pic

hope any1 can understand

thanks
azbro
QUOTE(wcy123 @ Jul 19 2008, 05:32 PM)
how to do this, is it possible?
example:

field (a2) =   1*2+2*2

will show 1*2+2*2
field (a4) =   auto show answer of a2

will show 6
someone help me?
thanks!
sorry if I post wrong place.
*



Usually in excel, each number should be in different cells.
Or else the answer will come out as "6" on that cell.
But I know you know that also.

For your case, if you wanna show "1*2+2*2" for the sake of displaying, I dun think excel can calculate that.
If can I also wanna know how to do it.
cry4freedom
I thought the calculation will be made if you put "=" infront of the formula?

Like: "=1*2+2*2"
uncle9
You may write a function behind macro to calculate the value
when the A2 data has been change.

Technique. set A2 = text (Data without '=' sign)
A4 macro change = number (Data is combination '=' sign + A2)

azbro
Hehe...macros, something I've never bothered to learn...my loss but maybe someday I will try some simple and interesting stuff to get me going.
wcy123
wrong post....
wcy123
QUOTE(uncle9 @ Jul 20 2008, 05:36 AM)
You may write a function behind macro to calculate the value
when the A2 data has been change.

Technique. set A2 = text (Data without '=' sign)
A4 macro change = number (Data is combination '=' sign + A2)
*



thks for ur solution

i success to do it!

but just a simple macros, is it got any improvement?????????????

macros is like this...

Sub Macro1()

Dim i As Integer

For i = 1 To 100
If Range("C" & i) <> "" Then
Set calc = Range("C" & i)
Range("E" & i) = "=" & calc
End If
Next i

End Sub



after finish to input data in C1 to c100, answer will show in E1 to E100
skyleng
hello all pro can i suggest any website, because i google at website too many unwanted site come out and hard to find source.
beginner level
middle level
expert level

thank a lot




wcy123
cry.gif cry.gif cry.gif


due to hard to googling..

so i post here for ask some1 icon_question.gif icon_question.gif icon_question.gif

if can google, no this thread anymore whistling.gif
skyleng
QUOTE(wcy123 @ Jul 20 2008, 11:20 PM)
cry.gif cry.gif cry.gif
due to hard to googling..

so i post here for ask some1 icon_question.gif  icon_question.gif  icon_question.gif

if can google, no this thread anymore  whistling.gif
*



yaya u r right lol so please pro suggest some site pls
besaid
Hi,

i am having a problem with excel 2007 like below

user posted image

As you can see,the heading is numbers instead of the default alphabets.i tried googling but end up with nothing useful.

can anyone please guide me how to change it back to the default alphabets??? icon_question.gif icon_question.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
All Rights Reserved 2003-2006 Vijandren Ramadass
Invision Power Board © 2001-2009 Invision Power Services, Inc.