Hello,
in the attached file I have a list of fruits and vegetables and their respective price per Kg. As you can see, there are several products that don't have a price. How can I create a loop to check for every product in column A, if it has matching price in the helper table? If it doesn't, I would like that the code would add them at the bottom of helper table.
For the sake of this practice, have the code generating a random price for all the products that are not in the price list yet.
Many thanks!
in the attached file I have a list of fruits and vegetables and their respective price per Kg. As you can see, there are several products that don't have a price. How can I create a loop to check for every product in column A, if it has matching price in the helper table? If it doesn't, I would like that the code would add them at the bottom of helper table.
For the sake of this practice, have the code generating a random price for all the products that are not in the price list yet.
Many thanks!