Autocomplete for cell values

D

dolores

I have enabled this in excel 2007 but it is not working. I'm typing a list
of emails where the @etc is the same.
help
thanks
 
B

Bernie Deitrick

Dolores,

Autocomplete only works if the entire string matches from the beginning to the point where you are
typing. If the ending is the same (the @etc part), you could use a column of formulas to add that
part to the beginning part of the address:

With

firstname.lastname

in cell A2, the formula

=A2 & "@etc"

will return

firstname.lastname@etc

And then copy that formula down to match your list.

HTH,
Bernie
MS Excel MVP
 
Top