9 tables, list values that r in every list?

rexcel3

New Member
Joined
Apr 16, 2022
Messages
44
Office Version
  1. 2021
Platform
  1. Windows
is it possible to list values that appear in every table?

tab 1 name: "List 1", contains "tabell1"
tab 2 name: "List 2", contains "tabell2"
.......
tab 9 name: "List 9", contains "tabell9"

table headers r called Motherboards

i tried consulting with chatgpt without success.
 
I'm not sure what to suggest at this point. Did you try the full formula from the translator, just in case there's another misplaced delimiter? Can you use xl2bb to display your sheet, working from a picture doesn't give enough details. Although I'm not sure how it would handle Swedish formulas.
 
Upvote 0

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
I'm not sure what to suggest at this point. Did you try the full formula from the translator, just in case there's another misplaced delimiter? Can you use xl2bb to display your sheet, working from a picture doesn't give enough details. Although I'm not sure how it would handle Swedish formulas.
Bok1.xlsx
BCDEFGH
2MotherboardsMotherboardsMotherboardsMotherboards
3ahsr
4bkat
5croy
6duiu
7eoqd
8geox
9
10Common
11#KALK!
Blad2
Cell Formulas
RangeFormula
B11B11=LET(a,Tabell1[Motherboards],sh,SEQUENCE(,4),sv,TRANSPOSE(sh)^0,b,MMULT(SIGN(COUNTIF(INDIRECT("Tabell"&sh&"[Motherboards]"),a)),sv),FILTER(a,b=4))


my formula is in swedish even though this add-in autotranslates it here.
 
Upvote 0
Ah, an oversight on my part. You're getting the #CALC error because there are no common values in those tables. It's easy enough to add a default message to the FILTER function to identify that:

English:
Excel Formula:
=LET(a,tabell1[Motherboards],sh,SEQUENCE(,4),sv,TRANSPOSE(sh)^0,b,MMULT(SIGN(COUNTIF(INDIRECT("Tabell"&sh&"[Motherboards]"),a)),sv),FILTER(a,b=4,"No Common values"))

Swedish:
Excel Formula:
=LET(a;tabell1[Motherboards];sh;SEKVENS(;4);sv;TRANSPONERA(sh)^0;b;MMULT(TECKEN(ANTAL.OM(INDIREKT("Tabell"&sh&"[Motherboards]");a));sv);FILTER(a;b=4;"No Common values"))
 
Upvote 0
Solution

Forum statistics

Threads
1,223,927
Messages
6,175,441
Members
452,641
Latest member
Arcaila

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