I am getting error during import of Supplier List
It says values do not exist however I have already populated Tax Withholding Category List
I am getting error during import of Supplier List
It says values do not exist however I have already populated Tax Withholding Category List
I think it’s because of the extra space in your entry ("WC100 " instead of “WC100”). in your excel try to erase it by using =TRIM(A1) command. Where A1 refer to the column of your problematic content. That should do it.
You are correct. It is very unnoticeable, I have extra space on my Supplier List template but your method works like a charm. Thank you.