Get values from different rows (1,2,3,500) with same data in A1

pranjal9

New Member
Joined
May 19, 2024
Messages
4
Office Version
  1. 2021
Platform
  1. Windows
Hi, I have same data in cell A1,A2,A3. now required to bring data from corresponding cell B1,D1,E1,H1,I1, and O1,P1, similarly from A2, A3..A12 = 5/19/2024 in another sheet (dashboard)..

e.g. Data:
1716174546247.png


Required data from B1,2,3....12, C1,2,3,..12,...... where A1,A2..A12 = 5/19/2024.
Result to looks like in another sheet (dashboard):

1716175470937.png
 

Attachments

  • 1716174878010.png
    1716174878010.png
    29.4 KB · Views: 6

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Try:
Excel Formula:
=FILTER(A2:I12,A2:A12=DATE(2024,5,19))
 
Upvote 0
Solution
Try:
Excel Formula:
=FILTER(A2:I12,A2:A12=DATE(2024,5,19))

I think I was not clear. I want to get all the data from B1,B2,B5, columns, pertaining rows A1,A2,A5 where A1,A2,A5 will have same date . This data will be shown in another table.
 
Upvote 0
I think I was not clear. I want to get all the data from B1,B2,B5, columns, pertaining rows A1,A2,A5 where A1,A2,A5 will have same date . This data will be shown in another table.
Cubist boss, it worked as I wanted . Thanks a lot .....
1716192625392.png
 
Upvote 0
Now your solution has worked. Further, Now, here I have to put filter, 1. Credit or Debit and Mode=Cash or HDFC or UJJIVAN. So that I get filtered table with limited columns only (i.e. from data sheet I require columns A,B, D, E , G only)
 
Upvote 0
Cubist boss, it worked as I wanted . Thanks a lot .....

The marked solution has been changed accordingly. In your future questions, please mark the post as the solution that actually answered your question, instead of your feedback message as it will help future readers. No further action is required for this thread.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

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