excel - Autofilling table rows from one data -


i have table data (all unique) like:

id   name    surname    age  1    jack    gong      21   2   danny   manny      24  

if insert 1 more row , write surname gong cell, there excel function fills "age", "name" , "id" automatically 21, jack , 1?

there no automatic way (outside of vba procedure, perhaps) this, can set through formulas:

  1. using below picture, place formula shown in formula bar cell a4, copy cell b4 , d4.
  2. then insert new row, copy row , paste in next row , input new surname in column c. id, name , age columns if value has been entered above , fill results if so.
  3. if value not listed, id, name , age columns return blanks, @ point can enter them manually.
  4. each time insert new row, ensure have row full of formulas id, name , age. (alternatively, can copy these down above rows individually - notice appropriate cell locking ensure captures entire range).

enter image description here


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -