Problems transposing data from a sheet to another

claustro

New Member
Joined
Nov 23, 2022
Messages
23
Office Version
  1. 2021
Platform
  1. Windows
Hi all ,
I have a time table in sheet 1.
This is the only sheet that I change composing the timetable. The sheet looks like this his

date date date
place name name1 name2
place2 name2 name1 name 3

With this formula

Excel Formula:
=TEXTJOIN("-";TRUE;IFERROR(INDEX(Orario!$A$4:$A$78;AGGREGATE(15;6;ROW($1:$100)/(Orario!C$4:C$86=$B4);1));"");IFERROR(INDEX(Orario!$A$4:$A$78;AGGREGATE(15;6;ROW($1:$100)/(Orario!C$4:C$86=$B4);2));"");IFERROR(INDEX(Orario!$A$4:$A$78;AGGREGATE(15;6;ROW($1:$100)/(Orario!C$4:C$86=$B4);3));""))

I am able to translate the info on sheet 1 to sheet 2.

date date date
name place1 place3 place1
name2 place2 name1 place2

I would like to have another sheet with this setup also only reading

Name name name
date place1 place3 place1
date place2 name1 place2

I would like that if I change something in 1 to be updated in sheets 2 and 3 . While now sheet 2 is updated if I try to transpose sheet 2 in 3 never updates and if i use some method I found on the internet for linking the trasposed data from 2 to 3 Excel hangs in a very long computing time for every change I made.
here my timetable file Orario V25 Forum delist.xlsm

I am a total beginner please excuse me if I asked something the wrong way.
Andrea
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,215,730
Messages
6,126,528
Members
449,316
Latest member
sravya

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