Help in Formula

petitallien

New Member
Joined
Dec 12, 2020
Messages
8
Office Version
  1. 2019
Platform
  1. Windows
Good evening,

I work in scheduling. I spend a fair amount of time converting a schedule every day. I am sure I have a pic-nic (problem in chair, not in Computer) moment. I am confident to excel can help.

Let me explain:

I have a schedule organized by date(Column A), with Crew associated to ships Column B to Column E (there are many more in the full sheet), and I need to get the table on the right where the same information is organized differently. I struggle to find the formulas for Columns M and Column N. I would also much prefer to stay with Formulas as the file may not be by computer savvy operators, and I am not good enough to understand it.

Any Bright genius who would take the challenge?
 

Attachments

  • 2023-02-13 21_18_03-Window.png
    2023-02-13 21_18_03-Window.png
    54.4 KB · Views: 6

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hi there. it would be great if you used the xl2bb add in and posted a mini workbook with sample data (as well as the lookup source). It is difficult and time consuming for people that want to help to have to reconstruct your model. The link is below. I am certain you will get a faster response when you can do this.
 
Upvote 0
For the given picture this should work.
M9:
Excel Formula:
=INDEX($A$5:$A$24,MATCH($L11,INDEX($B$5:$E$24,0,MATCH($K11,$B$5:$E$5,0)),0))
N9:
Excel Formula:
=INDEX($A$5:$A$24,MATCH($L11,INDEX($B$5:$E$24,0,MATCH($K11,$B$5:$E$5,0)),1)+1)
1676354303367.png
 
Upvote 0
Solution
For the given picture this should work.
M9:
Excel Formula:
=INDEX($A$5:$A$24,MATCH($L11,INDEX($B$5:$E$24,0,MATCH($K11,$B$5:$E$5,0)),0))
N9:
Excel Formula:
=INDEX($A$5:$A$24,MATCH($L11,INDEX($B$5:$E$24,0,MATCH($K11,$B$5:$E$5,0)),1)+1)
View attachment 85339
T
Hi there. it would be great if you used the xl2bb add in and posted a mini workbook with sample data (as well as the lookup source). It is difficult and time consuming for people that want to help to have to reconstruct your model. The link is below. I am certain you will get a faster response when you can do this.
True - I tried but the security system did not allow to install it

hank you, let me try it !
 
Upvote 0
T

True - I tried but the security system did not allow to install it

hank you, let me try it !
that is understandable. you can only do what you can. But, it seems you have a solution pending!
 
Upvote 0

Forum statistics

Threads
1,214,415
Messages
6,119,375
Members
448,888
Latest member
Arle8907

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