How to make cells equal certain row

Ezybrrzy

New Member
Joined
Sep 17, 2019
Messages
5
I am looking for a formula to help me in my spreadsheet. I want it to look for the month of January and an ID# with the amounts in that row to copy it into the next 11 months.

So January would be column B and ID# in Column E, while the data i want to copy are in J, K, and L. It should display the same numbers from Jan - Dec for each ID#.

I've tried this formula to "attempt" it and it pulls the correct information for one column but leaves a blank in the next two. Also i would like to apply this to the whole spreadsheet without having it tied to a specific ID# and changing it a thousand times. Looking for an easier way, than copy and pasting for thousands taking too much time in the process.

=IF(AND(E1894="ID#",B1894=CHOOSE(MONTH(C1894),"January","February","March","April","May","June","July","August","September","October","November","December")
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,214,386
Messages
6,119,217
Members
448,876
Latest member
Solitario

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