4 Columns compare

pmeghnathi

Board Regular
Joined
Mar 11, 2018
Messages
96
Office Version
  1. 2003 or older
Platform
  1. Windows
How do this formula in excel
A1=as b1=cd C1=as D1=cd
Result true'

A1=as b1=cd C1=as D1=a
Result fauls
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
please provide 5 or 6 varied examples and the expected results.
OK, finally after another week and about 6 posts we have those examples and expected results!! Thank you!

23 08 18.xlsm
ABCDE
1MILAN50GORI30TRUE
2SHANTI20MIHIR50FALSE
3PRASHANT90PRASHANT90TRUE
4VIJAY21VIJAY21TRUE
5GORI30SHANTI20TRUE
6MIHIR1000MILAN50TRUE
Match
Cell Formulas
RangeFormula
E1:E6E1=ISNUMBER(MATCH(C1&D1,A$1:A$6&B$1:B$6,0))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 1
Solution
Do you mean like this?
Book1
ABCD
1ascdascd
2
3TRUE
Sheet1
Cell Formulas
RangeFormula
A3A3=A1&B1=C1&D1


Book1
ABCD
1ascdasa
2
3FALSE
Sheet1
Cell Formulas
RangeFormula
A3A3=A1&B1=C1&D1
 
Upvote 0
@kevin9999
That is a risky formula structure - see row 2 below.

@pmeghnathi
I suggest that you update your Account details (click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

I would suggest the formulas in the second section below.

23 08 06.xlsm
ABCDE
1ascdascdTRUE
2ascdascdTRUE
3
4ascdascdTRUE
5ascdascdFALSE
Compare
Cell Formulas
RangeFormula
E1:E2E1=A1&B1=C1&D1
E4:E5E4=AND(A4=C4,B4=D4)
 
Upvote 0
@kevin9999
That is a risky formula structure - see row 2 below.

@pmeghnathi
I suggest that you update your Account details (click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

I would suggest the formulas in the second section below.

23 08 06.xlsm
ABCDE
1ascdascdTRUE
2ascdascdTRUE
3
4ascdascdTRUE
5ascdascdFALSE
Compare
Cell Formulas
RangeFormula
E1:E2E1=A1&B1=C1&D1
E4:E5E4=AND(A4=C4,B4=D4)
Thanks
 
Upvote 0
How do this formula search and match in excl
C1=as D1=cd cell value find in column A & B (A2=as b2=cd)Result true'
 
Upvote 0
@kevin9999
That is a risky formula structure - see row 2 below.

@pmeghnathi
I suggest that you update your Account details (click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

I would suggest the formulas in the second section below.

23 08 06.xlsm
ABCDE
1ascdascdTRUE
2ascdascdTRUE
3
4ascdascdTRUE
5ascdascdFALSE
Compare
Cell Formulas
RangeFormula
E1:E2E1=A1&B1=C1&D1
E4:E5E4=AND(A4=C4,B4=D4)
How do this formula search and match in excl
C1=as D1=cd cell value find in column A & B (A2=as b2=cd)Result true'
Pl.help
 
Upvote 0

Forum statistics

Threads
1,216,134
Messages
6,129,070
Members
449,485
Latest member
greggy

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