Unable to use If, Countif and Concantenate function together

ygoyal578

New Member
Joined
Apr 26, 2020
Messages
31
Office Version
  1. 2016
Platform
  1. Windows
I was trying to find if result of concatenation is duplicate or not but the formula is not working. Below is the formula that I create. pls help in rectifying the error.

IF(COUNTIF(VALUE(CONCATENATE($E$2:$E$1048576,$M$2:$M$1048576,LEFT($AP$2:$AP$1048576,2))),VALUE(CONCATENATE($E$2:$E$1048576,$M$2:$M$1048576,LEFT($AP$2:$AP$1048576,2))))>1,"Yes","No")
 
That was done with the formula from post 4 (the one that you said didn't work).
Thanks for the help. Actually I was using table and I was not defining range so may be that is why it was not working.
 
Upvote 0

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
It should work with a table range, it would need to be written in the format of

=IF(COUNTIFS([column1],[@column1],[column2],[@column2],[column3],[@column3])>1,"yes","no")

where column1, column2 and column3 should be replaced with the names of your actual columns.
 
Upvote 0
It should work with a table range, it would need to be written in the format of

=IF(COUNTIFS([column1],[@column1],[column2],[@column2],[column3],[@column3])>1,"yes","no")

where column1, column2 and column3 should be replaced with the names of your actual columns.
Thanks
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

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