Remove Single Quotes from data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iswariya
    New Member
    • Jan 2012
    • 1

    Remove Single Quotes from data

    Hi ..
    i need Remove single Quotes from Table Data for Example My input is : Who's this Book's
    But i want the output like this whos this Books in seprate columns using functions kindly help me out this problems
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    There's no need to, you can just calculate it when needed using the replace function.

    Comment

    Working...