I work in sales and I'm trying to create a shortcut for my Excel based Product Order Form.
I want to create a dropdown box in A1 that has all of my customer names available (ex. Customer1, Customer 2, etc) chosen from the Range B1:E1. After selecting one of the customer names, I want cell Range A2:J7 below to immediately populate all of this customer's shipping info. I have already entered this shipping date elsewhere on the worksheet and named the Range after the customer (ex, Customer1).
When I used an {=INDIRECT(A1)} array to accomplish this, it works but the formatting is ugly. The array places a 0 into any unused box from the named range. I want the INDIRECT fx to perfectly copy all of the formatted text (including bold/underline/merge¢er) from my named range and not place 0s into unused cells.
How can I make this work?
I want to create a dropdown box in A1 that has all of my customer names available (ex. Customer1, Customer 2, etc) chosen from the Range B1:E1. After selecting one of the customer names, I want cell Range A2:J7 below to immediately populate all of this customer's shipping info. I have already entered this shipping date elsewhere on the worksheet and named the Range after the customer (ex, Customer1).
When I used an {=INDIRECT(A1)} array to accomplish this, it works but the formatting is ugly. The array places a 0 into any unused box from the named range. I want the INDIRECT fx to perfectly copy all of the formatted text (including bold/underline/merge¢er) from my named range and not place 0s into unused cells.
How can I make this work?