I have just starting to use excel (to do something other than just open csv files)
I have Sheet1 and Sheet2.
Sheet1!A1 is "1"
In Sheet2 A1 I would like to have
<myelement myattribute="1"/>
I have tried concatenating using & but it doesn’t work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please try the following formula
="<myelement myattribute="&char(34)&text(Sheet1!A1,"0")&char(34)&"/>"