View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andy G Andy G is offline
external usenet poster
 
Posts: 5
Default Entering a value into a cell with a formula or by tying the value

I have a drop down list in E4 with the following options, Survival,
Operational, Transitional and Manual Entry.
Survival, Operational, & Transitional are tables with numerical values.
Should one of the tables be selected in E4 I would like a value from said
table to appear in D7 but should Manual Entry be selected in E4 I would like
to type a number into D7.
By using match and vlookup the value wanted from the respective tables are
in cells
Operational €“ K1
Survival €“ K2
Transitional €“ K3

Thanks
Andy G