Transpose from Horizontal (with blanks) to Vertical (without blanks)

DarkSmile

Board Regular
Joined
Feb 22, 2021
Messages
90
Office Version
  1. 365
Platform
  1. Windows
Hi,

I need help (again :)), i'm trying to transpose from horizontal to vertical (but without blanks).
Let me show you:

Test.xlsx
BCDEFGHIJKLM
1Normen: Vinçotte NL
2BRC ASDABRC Agents & BrokersBRC Packaging MaterialsBRC S&DBRC FoodFSSC 22000BRC GFCPIFS BrokerIFS LogisticsIFS FoodIFS Wholesalte Cash & CarryIFS Global Markets Food
3         x  
4        x   
5           x
6         x  
7         x  
8         x  
9         x  
10    x    x  
11           x
12x   x    x  
13x   x  x x  
14x   x x  x  
Follow-up
Cell Formulas
RangeFormula
B3:M14B3=IFNA(INDEX(Certivin!$M:$M,MATCH(1,($A3=Certivin!$A:$A)*(B$2=Certivin!$C:$C),0)),"")


B14 is a great example, I have a formula
Code:
=IF(B14:M14="x",B2:M2,"")
It returns row 2, horizontally.
1661862797635.png


I'm trying now to transpose this vertically, but without the blank spaces in between them

Test.xlsx
BD
21BRC ASDA
22 
23 
24 
25BRC Food
26 
27BRC GFCP
28 
29 
30IFS Food
Follow-up
Cell Formulas
RangeFormula
BD21:BD30BD21=TRANSPOSE(IF(BB14:BL14="","",BB14:BL14))
Press CTRL+SHIFT+ENTER to enter array formulas.


Thank you again!

David
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Transpose won't work for what I need it to do... so never mind
 
Upvote 0
 
Upvote 0

Forum statistics

Threads
1,216,126
Messages
6,129,021
Members
449,480
Latest member
yesitisasport

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