Eloise T
Active Member
=IF(A1<>B1,("A"(ROW())" ≠ B"(ROW())),"")
__logical test_______value if true______value if false
My spreadsheet has two very long columns; both columns are formatted for currency. I'll call them Columns A and B for simplicity. The above formula does not work; however, it shows what I'm trying to accomplish.
To wit: Check the two cells in the same row to see if they are not equal.
If they are not equal (TRUE value) then display "A1 ≠ B1" using the ROW function to determine what the row is to plug in after the Column letter. If the two adjacent cell values are equal (FALSE value), do nothing.
Is it possible to modify this formula to work in Excel or a better way accomplish the same job using a completely different formula?
__logical test_______value if true______value if false
My spreadsheet has two very long columns; both columns are formatted for currency. I'll call them Columns A and B for simplicity. The above formula does not work; however, it shows what I'm trying to accomplish.
To wit: Check the two cells in the same row to see if they are not equal.
If they are not equal (TRUE value) then display "A1 ≠ B1" using the ROW function to determine what the row is to plug in after the Column letter. If the two adjacent cell values are equal (FALSE value), do nothing.
Is it possible to modify this formula to work in Excel or a better way accomplish the same job using a completely different formula?
Last edited: