Forum Discussion

calof1's avatar
calof1
Iron Contributor
Mar 10, 2020
Solved

Combining Text and data from a table in excel

Hi All,   I have a task which requires me to follow up exception events that occur each day. This involves hundreds of exceptions, the information of which comes from a report. Thanks to help wond...
  • Savia's avatar
    Mar 11, 2020

    calof1 

    You had two problems: One, cell references shouldn't be contained in quote marks, because they're not text. Two, line breaks can't be entered into formulas in the way you had done - you have to use CHAR(10) to represent a line break.

     

    I think this should be working now.

Resources