View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default i want to know formulas in MS-Excel2003

A formula in D1 cannot place anything into C1

Formulas return values to the cell in which they are written.

You have to use VBA to place a value in an empty cell.


Gord Dibben MS Excel MVP

On Wed, 7 Apr 2010 11:13:01 -0700, MK wrote:

Hai guys,

Can anyone help me out i need a formula in Excel2003 like with the help of
datas in two different cells i wanna give value to 3rd cell but i dont want
to type anything in that cell. Its much like Circular Reference.

e.g: if A1=1, B1=1 then i wanna give C1=1
but dont wanna type anything in C1 i want that formula in D1