Prefilled cells...something similar to autofill maybe

Carly23

New Member
Joined
Jun 28, 2007
Messages
27
Is there someway that I can have a row of cells prefilled once the first cell is filled? For example, I have a spreadsheet where column A & B are optional, but once B is filled in, I would like C, D, & E to automatically fill in for each row. The data in C, D, & E depends on the data in B. B will contain names. C, D, & E contains data related to that name that will always be the same. Anyone know if this is possible?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Should be possible.:)

But I think we need to know one important thing - how is the date in C, D & E related to what's in B?
 
Upvote 0
You could use a combination of if() and vlookup()

=if(isblank($b1),"",vlookup($b1,"table with your data","column number")
 
Upvote 0
I used the VLOOKUP. It was pretty simple. I was just unfamiliar with this function. Thanks!!
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,490
Members
448,967
Latest member
visheshkotha

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