View Single Post
  #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,"")