Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#41388 - 11/10/2001 14:18 Off Topic, but... what's the symbol for existance
SE_Sport_Driver
carpal tunnel

Registered: 05/01/2001
Posts: 4903
Loc: Detroit, MI USA
In Excel? Such as "If X exists, then....." Anyone know?


32GB Mk. II in a WRX
Detroit, MI USA
www.PfeifferBeer.com
_________________________
Brad B.

Top
#41389 - 11/10/2001 14:32 Re: Off Topic, but... what's the symbol for existance [Re: SE_Sport_Driver]
SE_Sport_Driver
carpal tunnel

Registered: 05/01/2001
Posts: 4903
Loc: Detroit, MI USA
IF cell## exist and cell ## exists, then show cell## else, show 0

exist? I should have paid more attention in CS105 class!

32GB Mk. II in a WRX
Detroit, MI USA
www.PfeifferBeer.com
_________________________
Brad B.

Top
#41390 - 11/10/2001 15:44 Re: Off Topic, but... what's the symbol for exist [Re: SE_Sport_Driver]
Henno
addict

Registered: 15/07/1999
Posts: 568
Loc: Meije, Netherlands
IF cell## exist and cell ## exists, then show cell## else, show 0

Try this formula. It assumes that with 'exist' you mean a cell is not-blank:

=IF(AND(IF(A1<>"",1,0),IF(B1<>"",1,0)),"Cell",0)

This gives the following results. Is this what you are looking for?
...........A.......B......Result
...1......12....asa.....Cell
...2......23..................0
...3..............dsd........0
...4.............................0

Henno
mk2 6 nr 6
_________________________
Henno mk2 [orange]6 [/orange]nr 6

Top
#41391 - 12/10/2001 21:56 Re: Off Topic, but... what's the symbol for existance [Re: SE_Sport_Driver]
gbeer
carpal tunnel

Registered: 17/12/2000
Posts: 2665
Loc: Manteca, California
There is a category of functions for information about cells.
They generally return true or false (1/0).
ISBLANK ISNUMBER ISTEXT are a few.

To get the full list, pick an empty cell, type "=", and drag down the small down arrow next to the formula entry box, at the bottom of the list select "more functions". In the new dialog box pick information, on the right choose a function and read what it dose at the bottom.

IF cell## exist and cell ## exists, then show cell## else, show 0

So cell A1 might code as =IF(ISNUMBER(D5),D5,0)
If d5 evaluates to the numerical value 5, then A1 will evaluate as 5.
Text or blank or errors report as 0.

Ok Excel geek mode off now.

_________________________
Glenn

Top
#41392 - 16/10/2001 02:36 Re: Off Topic, but... what's the symbol for exist [Re: SE_Sport_Driver]
Captain_Chaos
member

Registered: 18/11/2000
Posts: 126
Loc: Amersfoort, The Netherlands
Hmmm, from the subject I thought this was going to be some deep and profound metaphysical or philosophical question... :-)

/Pepijn


Top