Auto populate other fields?

S

sedonovan

if a value is entered at A1 is is possible to populate other columns with
default values, or is this an Access feature only?
 
B

Bearacade

Depends on what you want to populate it with and how much dependant data
you are looking at.

It can be something as simple as =IF(A1="1", "ONE") to a vlookup
 
C

Chip Smith

be more specific on what you are looking for, ar eyou looking for it to
generate a number or pull information from a table, etc.
 
Top