Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
MK MK is offline
external usenet poster
 
Posts: 57
Default i want to know formulas in MS-Excel2003

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default i want to know formulas in MS-Excel2003

Hi,

You didn't say what you wanted if a1 * B1 don't = 1. Try this

=IF(AND(A1=1,B1=1),C1,"you didn't say")

or to return nothing if it's false try this

=IF(AND(A1=1,B1=1),C1,"")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"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

  #3   Report Post  
Posted to microsoft.public.excel.misc
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


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default i want to know formulas in MS-Excel2003

or to return nothing if it's false try this

=IF(AND(A1=1,B1=1),C1,"")


But if the OP wants an *empty* cell to remain empty, putting a formula,
or even the zero length string, in there makes it no longer an empty
cell. I think that's the root of the OP's question.

"Mike H" wrote in message
...
Hi,

You didn't say what you wanted if a1 * B1 don't = 1. Try this

=IF(AND(A1=1,B1=1),C1,"you didn't say")

or to return nothing if it's false try this

=IF(AND(A1=1,B1=1),C1,"")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis
that
introduces the fewest assumptions while still sufficiently answering
the
question.


"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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i FAX directy from Excel2003 ? plz explain if possible FAZ From ExcelSheet Excel Discussion (Misc queries) 1 December 9th 09 09:09 AM
Excel2003 MAX and MIN with < hamricka[_3_] Excel Worksheet Functions 10 August 20th 09 04:06 PM
Comments in Excel2003 mgrenteria Excel Discussion (Misc queries) 2 April 11th 07 12:16 AM
Excel2003 - headings joanne-mcc Excel Discussion (Misc queries) 1 June 24th 06 12:23 AM
Excel2003 from Excel97 JohnL Excel Discussion (Misc queries) 3 April 15th 05 11:41 PM


All times are GMT +1. The time now is 03:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"