Can I see a comment or a similar text display setting display the cell's reference value whenever I select that cell?
So if I have a column A for example having the values shown below, I would want to see the name values next to column C displayed when I select each cell in column A.
Note, I will be using a phone to do this, so i don't think a vba code solution can work.
the user will be entering the number values ( in column A), so the name display (in column D) should be seen after every entry.
eg. cell containing "141" display "Dermot" selected.
Column A column B
141 $ 600.00
30 $ 300.00
94 $ 3,000.00
67 $ 3,000.00
329 $ 300.00
Column C Name
141 Dermot
30 Johnson
94 Lesa
67 Meliesa
329 John
So if I have a column A for example having the values shown below, I would want to see the name values next to column C displayed when I select each cell in column A.
Note, I will be using a phone to do this, so i don't think a vba code solution can work.
the user will be entering the number values ( in column A), so the name display (in column D) should be seen after every entry.
eg. cell containing "141" display "Dermot" selected.
Column A column B
141 $ 600.00
30 $ 300.00
94 $ 3,000.00
67 $ 3,000.00
329 $ 300.00
Column C Name
141 Dermot
30 Johnson
94 Lesa
67 Meliesa
329 John
Attachments
Last edited: