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

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
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
The best way to do any formula can depend on your Excel version which is why I said this before:
@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’)
 
Upvote 0

Forum statistics

Threads
1,215,692
Messages
6,126,230
Members
449,303
Latest member
grantrob

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