How do I auto tabulate the Column in B and C once I copy a Number that has been appeared previously?
=if(countif($A:$A,A6)>1, VLOOKUP(A6,$A:$B,2,False),"") I tried using this but not all the time it works. some fields cannot publish. I have aligned them to the same text format but does not help.
https://docs.google.com/spreadsheets/d/1p_uWN-CCeO1K16GkJKamSKKm1bUGOhFlVU3vlfHwxkY/edit?usp=sharing
Auto Tabulate when the same number is entered into the sheet.