Can someone help me to create an excel formula. Thanks everyone in advance.
I have attached 4 screenshots and in that example:
I need to place formula in sheet "Year report". In "Year report" sheet I have a report to show profits for each product per month. This profit data should be taken from different sheets called "September", "October", etc.
- in in table "Year report" will be total list of available products.
- in each month sheet can be different amount of products and they will always be sorted by profit, so sequence of product in a sheet "Year report" will be always different to products sequence in months sheets.
Formula should look like as example:
- Search in sheet "September" for product "Apple" in range B6:B12, if "Apple" exist then show value from column D and the same row with "Apple", if does not exist place 0.
- Search in sheet "September" for product "Pineapple" in range B6:B12, if "Pineapple" exist then show value from column D and the same row with "Pineapple", if does not exist place 0.
- Search in sheet "September" for product "Watermelon" in range B6:B12, if "Watermelon" exist then show value from column D and the same row with "Watermelon", if does not exist place 0. etc...
So I will change it per product and month.