Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gma gma is offline
external usenet poster
 
Posts: 45
Default having problems equaling other cells with values

Ok my problem is I need to equale or copy a number/value from one cell and
put it into another cell that has the "formula", but only if the cell in
question gets a number/value from a range of cells. Let me try and put it
like this also:

Cell A1 is "500" and is the
Cell B2 is the cell and formula that I want the number from "colume A" to go
to but only if,
Cell C3 gets a value other than "0" from another range of cells, then i need
B2 to recognize this, and input the set value from A1 into B2
can anyone help me with this?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default having problems equaling other cells with values

Put this in B2
=IF(C3<0,A1,"")

This will put the value from A1 in B2 only if C3 is not zero, otherwise it
will leave B2 empty...


--
Always provide your feedback so that others know whether the solution worked
or problem still persists ...


"gma" wrote:

Ok my problem is I need to equale or copy a number/value from one cell and
put it into another cell that has the "formula", but only if the cell in
question gets a number/value from a range of cells. Let me try and put it
like this also:

Cell A1 is "500" and is the
Cell B2 is the cell and formula that I want the number from "colume A" to go
to but only if,
Cell C3 gets a value other than "0" from another range of cells, then i need
B2 to recognize this, and input the set value from A1 into B2
can anyone help me with this?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gma gma is offline
external usenet poster
 
Posts: 45
Default having problems equaling other cells with values

It worked...thanks a bunch.

"Sheeloo" wrote:

Put this in B2
=IF(C3<0,A1,"")

This will put the value from A1 in B2 only if C3 is not zero, otherwise it
will leave B2 empty...


--
Always provide your feedback so that others know whether the solution worked
or problem still persists ...


"gma" wrote:

Ok my problem is I need to equale or copy a number/value from one cell and
put it into another cell that has the "formula", but only if the cell in
question gets a number/value from a range of cells. Let me try and put it
like this also:

Cell A1 is "500" and is the
Cell B2 is the cell and formula that I want the number from "colume A" to go
to but only if,
Cell C3 gets a value other than "0" from another range of cells, then i need
B2 to recognize this, and input the set value from A1 into B2
can anyone help me with this?

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
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row Sam via OfficeKB.com Excel Worksheet Functions 5 February 9th 08 03:07 AM
=LARGE and cells equaling 0 M.A.Tyler Excel Discussion (Misc queries) 6 August 10th 07 12:38 AM
Problems appending cells together ChrisL Excel Worksheet Functions 5 August 20th 06 12:03 AM
Problems with Text values in Excel. gacollege Excel Discussion (Misc queries) 2 March 13th 06 01:35 PM
go to cell with date equaling TODAY() James D Excel Discussion (Misc queries) 1 January 13th 06 11:52 PM


All times are GMT +1. The time now is 12:31 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"