Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default copy command within a formula

Is this formula a valid one. Is there another way of doing this?

If(c6=201,copy c7,"")
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default copy command within a formula

The equivalent is to return it into a cell,
say, in D6: =IF(C6=201,C7,"")
And then you can take it up further from there
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:61
xdemechanik
---
"copy commad in excel formula" wrote:
Is this formula a valid one. Is there another way of doing this?
If(c6=201,copy c7,"")

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default copy command within a formula

Hi,

Let me address your first question - no, you can't put a command into a
function. Function return results of calculations to cells, they can't make
any actions that affect the user interface.


--
Thanks,
Shane Devenshire


"copy commad in excel formula" wrote:

Is this formula a valid one. Is there another way of doing this?

If(c6=201,copy c7,"")

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 100
Default copy command within a formula

Hi,
No, that isn't valid. What are you trying to achieve?

Try =If(c6=201,c7,"")

Dave

url:http://www.ureader.com/msg/104240168.aspx
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
Copy Command will07 Excel Discussion (Misc queries) 1 July 4th 08 06:43 AM
Copy Hyperlink command ks Excel Discussion (Misc queries) 1 June 4th 08 09:46 PM
Automate copy command? cwilliams Excel Worksheet Functions 0 April 5th 05 06:51 PM
Automate copy command cwilliams Excel Discussion (Misc queries) 0 April 5th 05 06:47 PM
how do i enter data using formula and the Copy command For exa. 5494 New Users to Excel 0 January 28th 05 05:55 AM


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