Hi,
I have a data sheet exported from a third-party system where the information across all the columns is either TRUE or FALSE. On a new sheet, I am creating a summary output that cleans up the presentation of the data. This uses a lookup with Index Match Match to return data from certain columns. When the raw data = TRUE, I want the summary output to show an "x" in that cell. When the raw data = FALSE, I want the summary output to show a "" in that cell.
How do I write an IF statement that recognizes that the True/False in my raw data are not meant to be Boolean things, but rather text?
Thanks
I have a data sheet exported from a third-party system where the information across all the columns is either TRUE or FALSE. On a new sheet, I am creating a summary output that cleans up the presentation of the data. This uses a lookup with Index Match Match to return data from certain columns. When the raw data = TRUE, I want the summary output to show an "x" in that cell. When the raw data = FALSE, I want the summary output to show a "" in that cell.
How do I write an IF statement that recognizes that the True/False in my raw data are not meant to be Boolean things, but rather text?
Thanks