FORMULA DOES NOT WORK

G

Guest

I have the following formula typed into my cell:

=If(a1="","",a2)

I mean: If the contents of a1 is blank, insert a blank; otherwise, insert
the contents of cell a2.

IT DOES NOT WORK!!!!

Maybe, the format of a1 is in error; but, anyway, a blank a1 does NOT yield
a blank in my cell, and vice-versa.

WHAT AM I DOING WRONG??

How is this fixed?

Thank you,

FLKulchar
 
G

Guest

Hi,

No problem with your formula :
=If(a1="","",a2)

maybe your computer use semicolon not comma try use :
=If(a1="";"";a2)

That based on you regional setting I guess!

Or try to not write the formula in A1 ...

HTH,

Halim
 
G

GKeramidas

sure it doesn't have a space or something in it?

yours worked, this worked, too:
=IF(ISBLANK(A1),"",A2)
 
G

Guest

EVEN IF I TYPE:

=if(a2=85,"A","F")..

it does NOT WORK..if i change a2 to and from 85, the value in my cell
remains fixed at either "A" or "F"...i.e.the formula is not working.

FLKulchar
 
G

Guest

EVEN IF I TYPE:

=if(a2=85,"A","F")..

it does NOT WORK..if i change a2 to and from 85, the value in my cell
remains fixed at either "A" or "F"...i.e.the formula is not working.

FLKulchar
 
G

Guest

EVEN IF I TYPE:

=if(a2=85,"A","F")..

it does NOT WORK..if i change a2 to and from 85, the value in my cell
remains fixed at either "A" or "F"...i.e.the formula is not working.

FLKulchar
 
G

Guest

if i use formula audit...evaluate formula...the value, if false, does NOT
return the false value of the IF function.
 
G

Guest

if i use formula audit...evaluate formula...the value, if false, does NOT
return the false value of the IF function.
 
G

Guest

if i use formula audit...evaluate formula...the value, if false, does NOT
return the false value of the IF function.
 
T

Tim Williams

Is calculation turned on?

Tim

F. Lawrence Kulchar said:
if i use formula audit...evaluate formula...the value, if false, does NOT
return the false value of the IF function.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top