Auto-fill

MrsFrankieH

Active Member
Joined
Mar 25, 2011
Messages
323
Office Version
  1. 365
Platform
  1. Windows
Hello Everyone,

Can I get help with this problem? I would like help with an auto-formula? I’d like to input data in A1 to E1 and auto-fill the relevant data from the data from information on the right. The range is 1 to 43. I’m sorry I don’t know the Excel terminology, but I hope you understand what I’m trying to describe.

Thank you for your help in advance. 😊


Book1
ABCDEFGHIJKLMNOPQRSTUVW
140138Input data 0123456789
2131910121719101112131415161718
32228292126Auto-fill28292021222324252627
4313738303537383930313233343536
540393940414243
Sheet1
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
How about
Fluff.xlsm
ABCDEFNOPQRSTUVW
1401380123456789
2131910121719101112131415161718
3222829212628292021222324252627
4313738303537383930313233343536
540393940414243
Data
Cell Formulas
RangeFormula
A2:E5A2=LET(f,FILTER($N$2:$W$5,$N$1:$W$1=A1),IF(f="","",f))
Dynamic array formulas.
 
Upvote 0
Solution
How about
Fluff.xlsm
ABCDEFNOPQRSTUVW
1401380123456789
2131910121719101112131415161718
3222829212628292021222324252627
4313738303537383930313233343536
540393940414243
Data
Cell Formulas
RangeFormula
A2:E5A2=LET(f,FILTER($N$2:$W$5,$N$1:$W$1=A1),IF(f="","",f))
Dynamic array formulas.
Hello Fluff! Great to see you again! I'll try it right now. :) Thank you so much!!!
 
Upvote 0
How about
Fluff.xlsm
ABCDEFNOPQRSTUVW
1401380123456789
2131910121719101112131415161718
3222829212628292021222324252627
4313738303537383930313233343536
540393940414243
Data
Cell Formulas
RangeFormula
A2:E5A2=LET(f,FILTER($N$2:$W$5,$N$1:$W$1=A1),IF(f="","",f))
Dynamic array formulas.
Ut oh Fluff, it didn't work. I got an error message. Would you like me to screenshot the error message?
 
Upvote 0

Attachments

  • autofill.png
    autofill.png
    30.4 KB · Views: 5
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,681
Members
449,116
Latest member
HypnoFant

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