Hi,

"=LEFT(C2,FIND("" "",C2)+2,99"


 

This is incorrect. It's missing a closing bracket, and the ,99 is wrong.

 

What are you trying to acheive?

 

Regards - Dave.

 

 

 

 

 

 

> Date: Fri, 2 Jul 2010 20:00:54 -0700
> Subject: $$Excel-Macros$$ Entering Formulas
> From: jazz...@shaw.ca
> To: excel-macros@googlegroups.com
> 
> I tried variations on the following:
> With Worksheets("Call List")
> .Range("L2").Formula = "=LEFT(C2,FIND("" "",C2)+2,99"
> .Range("M2").Formula = "=IF(ISERROR(LEFT(MID(C1,FIND(""
> "",C1)+1,99),1)*1),"""",LEFT(MID(C1,FIND("" "",C1)+1,99),FIND(""
> "",MID(C1,FIND("" "",C1)+1,99))))"
> .Range("N2").Formula = "=IF(M2>1,CONCATENATE(L2,"" "",M2),L2)"
> .Range("O2").Formula = "=MID(C2,LEN(L2)+2,99)"
> End With
> 
> But theyre unacceptable to Excel 2007.
> There must be a simple solution, but I can't find it in the Help file.
> Would someone please explain what I need to do?
> Thanks
> Jazzzbo
> 
> -- 
> ----------------------------------------------------------------------------------
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links : 
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
> 
> To post to this group, send email to excel-macros@googlegroups.com
> 
> <><><><><><><><><><><><><><><><><><><><><><>
> HELP US GROW !!
> 
> We reach over 7000 subscribers worldwide and receive many nice notes about 
> the learning and support from the group.Let friends and co-workers know they 
> can subscribe to group at 
> http://groups.google.com/group/excel-macros/subscribe

                                          
_________________________________________________________________
Need a new place to live? Find it on Domain.com.au
http://clk.atdmt.com/NMN/go/157631292/direct/01/

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 7000 subscribers worldwide and receive many nice notes about the 
learning and support from the group.Let friends and co-workers know they can 
subscribe to group at http://groups.google.com/group/excel-macros/subscribe

Reply via email to