Thread: AARON
View Single Post
  #6  
Old December 19th, 2003, 11:39 AM
Ken Wright
external usenet poster
 
Posts: n/a
Default AARON

Depends on what you are trying to do. You haven't told us what is in B2
currently - Is it just a value or is it a formula? You cannot use a formula in
one cell to PUSH a value into another cell; you can only PULL data into a cell
by actually having a formula in that cell. If you wish to automatically change
a hard coded value in a cell, without having a formula in that cell, then you
need to use VBA to do it.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 00/02/03

----------------------------------------------------------------------------
Seasons Greetings and Very Best wishes to all :-)
----------------------------------------------------------------------------



"Stephen Bye" . wrote in message
...
But if you put this in B2 you will get a circular reference.

"Ken Wright" wrote in message
...
You have to have the formula actually in B2, and it would need to look

like the
following, with the 'Something Else' bit being whatever formula you

currently
have in there.

=IF(AND(C1=C2,B1=B2),0,'Something Else')

eg

=IF(AND(C1=C2,B1=B2),0,D22/G66)

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 00/02/03

--------------------------------------------------------------------------

--
Newsgroups - Where you really can get a free lunch!!
--------------------------------------------------------------------------

--



wrote in message
...
Sorry like this

A B C
113 123 15
10 123 15

I want to get B2 to equal 0 if and only if c1=c2 and b1=b2

-----Original Message-----
can AND be put into an IF statment to make two arguments.

Like If C2=C3 AND B2=B3 ,B3=0,...

any suggestions

.



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.551 / Virus Database: 343 - Release Date: 11/12/2003






---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.551 / Virus Database: 343 - Release Date: 11/12/2003