I am constantly comparing two sets of data (forecasted expenses versus actual expenses) in two different tables. The two tables should have identical number of rows and row descriptions (e.g. Column A100-A200 vs Column A300-A400). My concern is that I might add a row to one table with a new description and forget to add it to the second table.
Is there a way to compare rows of Column A in first table to the rows of Column A in the rows of the second table and alert me in a single cell if something was added in only one of the tables or inconsistent between the two tables?
Is there a way to compare rows of Column A in first table to the rows of Column A in the rows of the second table and alert me in a single cell if something was added in only one of the tables or inconsistent between the two tables?