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 excel spreadsheet

If one cell has a value no matter what the value is, i need to be able to
equale the value from another cell. Does anyone know what to do this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default excel spreadsheet

"gma" wrote:
If one cell has a value no matter what the value is,
i need to be able to equale the value from another cell.


Vague, but one thought
Assume A1 is your "one cell" to monitor with B1 the other cell
Then in say, C1: =IF(COUNTA(A1),B1,"")
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
---
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default excel spreadsheet

Hi,

If by "value" you mean a number then
=IF(B5,B10,"")
If you mean one cell, here B5, contains anything other than being blank, then
=IF(B5<"",B10,"")
where B10 contains the value you want to display if anything is in B5.


If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"gma" wrote:

If one cell has a value no matter what the value is, i need to be able to
equale the value from another cell. Does anyone know what to do this?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gma gma is offline
external usenet poster
 
Posts: 45
Default excel spreadsheet

Hi, thanks for the reply...i didnt make the question very clear. i have set
values in one colume and in the other colume the number changes...
CELL A1 IS 500
CELL B2 IS THE FORMULA asking for the
CELL C2 IS THE CHANGING VALUE
say C3 gets a value from another range of cells, then i need B2 to recognize
this, but input the set value from A1
can you help me with this?

"ShaneDevenshire" wrote:

Hi,

If by "value" you mean a number then
=IF(B5,B10,"")
If you mean one cell, here B5, contains anything other than being blank, then
=IF(B5<"",B10,"")
where B10 contains the value you want to display if anything is in B5.


If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"gma" wrote:

If one cell has a value no matter what the value is, i need to be able to
equale the value from another cell. Does anyone know what to do 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
Posting Excel spreadsheet to Google Spreadsheet using VBA Greg Excel Discussion (Misc queries) 2 October 8th 08 12:16 AM
In Excel I want to copy text from spreadsheet to spreadsheet Kris Excel Worksheet Functions 3 June 9th 06 07:58 PM
convert ms works spreadsheet to excel spreadsheet on pda d Excel Discussion (Misc queries) 0 February 20th 06 10:40 AM
conversion of MS Works Spreadsheet to Excel 2002 Spreadsheet Kellie Excel Discussion (Misc queries) 1 March 24th 05 06:31 PM
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? oil_driller Excel Discussion (Misc queries) 1 February 8th 05 09:34 AM


All times are GMT +1. The time now is 04:16 PM.

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"