Web Design in Telford | Silver Marbles Ltd » Web Portfolio » Concatenate a double quote in Excel formula
Concatenate a double quote in Excel formula

Recently I faced a challenge to concatenate a double quote in the string. The formula =CONCATENATE(“”",A1,”"”) did not worked. After some research I found out that it can be entered as

=CONCATENATE(“”"”,A1,”"”")

and bingo! it worked…simply add 4 double quotes!



Leave a Reply

Name
(* required)
Email Address
( * required - will not be published)
Web Site
Comment
(* required)