![]() |
Excel find which group of nunbers repeating in multiple columnes
1 Attachment(s)
I have 4 columnes with simple values. 31,42,44 appears in every columne. But this is a small sample of data . I need to work with much bigger data.
Is there any formula to find which numbers appears simultaneously on all columnes? |
Answer: Excel find which group of nunbers repeating in multiple columnes
Yes, there is a formula you can use to find which numbers appear simultaneously in all columns. You can use the [countif] function to count the number of times a value appears in each column, and then use an [if] statement to check if the count is equal to the number of columns. Here's an example formula:
Code:
=IF(COUNTIF(A:A,B1)*COUNTIF(B:B,B1)*COUNTIF(C:C,B1)*COUNTIF(D:D,B1)0,B1,"") You can copy this formula down to check all the values in your data set. Note that this formula assumes that each value appears only once in each column. If a value can appear multiple times in a column, you may need to modify the formula to use a different counting method. |
All times are GMT +1. The time now is 05:04 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com