Intersect a Row and Various Columns

nicorkall

New Member
Joined
Feb 14, 2019
Messages
1
Hello everyone. I'm having some issues at work with a task that my boss assigned to me. I need to know how to intersect a Row with various Columns. Intersected data range must be plotted as Values and then columns header (dates from Jan to Dec) must be a xValules as well.

Sorry for my English. I'm a Mining Engineer Student in Chile and currently doing my last internship.

Greetings!
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
ello everyone. I'm having some issues at work with a task that my boss assigned to me. I need to know how to intersect a Row with various Columns. Intersected data range must be plotted as Values and then columns header (dates from Jan to Dec) must be a xValules as well.
col Acol B
janfebmaraprmayjunrow 10
sales100135170205240275
costs455055606570
profit5585115145175205
say you want costs feb,apr, jun
febaprjun
costs506070
formula giving 50
=OFFSET($A$10,MATCH($A25,$A$11:$A$13,0),MATCH(B24,$B$10:$G$10,0))

<colgroup><col><col span="12"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,213,560
Messages
6,114,306
Members
448,564
Latest member
ED38

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