Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How to write for copying a cell value to another cell

This might be a beginner's question, but help me.
I want to instruct a cell to copy the value in a certain cell to another
specified cell.
For example, Cell A1's task is
1. To see if cell B1 has a numeric value
2. If B1's value is greater than a specific number
3. copy the value to C1
4. If B1's value is less than the specified number
5. do nothing
What shall I write in A1?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9,101
Default How to write for copying a cell value to another cell

Excel doesn't allow you to copy to a cell. A cell doesn't have any tasks
associate with them. that value that goes into a cell is based solely on a
fomula generated in the cell that cell

C1 would have a formula would have an If function looking at B1's value.

In cell C1 - If B1 is greater than 3 put 1 in C1. Otherwise put 0 in C1.
=if(B1 3,1,0)

"Chiropter" wrote:

This might be a beginner's question, but help me.
I want to instruct a cell to copy the value in a certain cell to another
specified cell.
For example, Cell A1's task is
1. To see if cell B1 has a numeric value
2. If B1's value is greater than a specific number
3. copy the value to C1
4. If B1's value is less than the specified number
5. do nothing
What shall I write in A1?

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
Copying the data in and format of a cell to another cell cyberdude Excel Discussion (Misc queries) 1 January 6th 07 12:22 PM
When copying a cell to another cell the information is duplicated. sicap Excel Worksheet Functions 0 December 30th 05 08:03 PM
Copying format to a new cell, w/o overwriting destination cell contents James C Excel Discussion (Misc queries) 1 October 18th 05 08:02 PM
copying the function contained within a cell to anouther cell. DMB Excel Worksheet Functions 2 September 1st 05 05:49 PM
Copying excel format from cell to cell Loopy Darren Excel Discussion (Misc queries) 2 April 12th 05 04:29 PM


All times are GMT +1. The time now is 08:32 PM.

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

About Us

"It's about Microsoft Excel"