Excel formula bar: Function to return TRUE, FALSE or #NA if data in multiple columns/rows does not match

atisyam

New Member
Joined
Sep 19, 2018
Messages
37
Hello


Apologies for the vague question. Hope that someone can help me with this. This is what I meant: There will be another column where it would tabulate TRUE (if the data match) or FALSE (if the data do not match).


Basically, the user will continue updating the rows and columns.


Based on the example below, the data to be compared are -
Step 1: Between Column B and C
Step 2: Information from step 1 will be compared with Columns A and C.
Step 3: If the data in column C is different when compared between Step 1 and Step 2, Column D will return False. Vice versa.


1
A
B
C
D
E
2
old S/N
new S/N
Building Name
True or False
Remarks
3
-
F12
Block A
False
#NA
4
-
F17
Block B
False
#NA
5
F12
F22
Block A
True
True as building name is same with same S/N (A5 & B3)
6
F17
F24
Block D
False
False as building name is different using same S/N (A6 & B4)
7
F22
F25
Block A
True
True as building name is same with same S/N (A7 & B5)

<tbody>
</tbody>


Hope that it is understandable. Best if the functions used are any available from excel except VBA macro code due to different worksheet formatting. :/ Thank youuu.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,214,801
Messages
6,121,644
Members
449,045
Latest member
Marcus05

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top