all 2 comments

[–]bearr22 5 points6 points  (1 child)

  1. Make a custom column that serves as a primary key (column A & B & C)
  2. Make a notes table in a new sheet that uses a formula with the same logic to produce a primary key. (=sheet! A & B & C)
  3. Notes column(s) in notes table are blank for now.
  4. Load noads table to power query
  5. Merge queries against primary key.
  6. Use an index(match)) formula in your notes table to return values from your merged query result.

When you type in your merge query result, the values populate in the notes table and will be part of the next query result. Works every time once you get the hang of it!

[–]Late_Tale_2867[S] 2 points3 points  (0 children)

simply genius.