View Single Post
  #2  
Old 07-19-2008, 09:20 AM
davesexcel's Avatar
davesexcel davesexcel is offline
Forum Moderator
 
Join Date: 19 Feb 2006
Location: Cochrane,Alberta
Posts: 3,753
davesexcel is a jewel in the rough
Quote:
Originally Posted by sip
hi

i need to create a worksheet based on various bits of data from other worksheets.

how do i get the data from say m1 on worksheet C and enter it into A1 on worksheet a ?

Also is it possible to use other equations in the process as what i would ideall want to do is =LEFT(J2,FIND("-",J2)+1) and add the resulting value into another worksheet.

Thanks in advance
Did you try..
=C!M1

Try using the function wizard, to understand functions better
__________________
Dave
Please read the Forum Rules before posting!
Reply With Quote