Thank you for taking the time to read my post.
I have the below formula which works out if there changes between 2 worksheets which has the same data in the corresponding columns/cells.
For reference "MHL_Data" is from the Client and "SDB_Data" is the data export from our system.
The issue I have is that our "SDB_DATA" in one of the columns has the Data Stored as text and the corresponding column Data from the client has this in Number format.
Is there a way of amending the formula to read the data in our "SDB_Data" tab column as Number instead of the stored text without having to manually format the data in that column from Stored Text to Number?
=IF(MHL_Data!B2<>SDB_Data!C6, "MHL TAB:"&MHL_Data!B2&" vs SDB TAB:"&SDB_Data!C6, "")
I have the below formula which works out if there changes between 2 worksheets which has the same data in the corresponding columns/cells.
For reference "MHL_Data" is from the Client and "SDB_Data" is the data export from our system.
The issue I have is that our "SDB_DATA" in one of the columns has the Data Stored as text and the corresponding column Data from the client has this in Number format.
Is there a way of amending the formula to read the data in our "SDB_Data" tab column as Number instead of the stored text without having to manually format the data in that column from Stored Text to Number?
=IF(MHL_Data!B2<>SDB_Data!C6, "MHL TAB:"&MHL_Data!B2&" vs SDB TAB:"&SDB_Data!C6, "")