All,
I have a spreadsheet to calculate the cost for works / purchases.
I first have a sheet with suppliers - I will have total of about 20 or more suppliers with different items and rates as below
Now, I have got a list of suppliers from the main rates table including names of supplier, item name item unit and rate of the item.
Another table will have the name of supplier (Drop-down from the list of suppliers from previous table.
Now, when we go to the item and select a particular supplier from the dropdown list, I want the items only relating to the supplier selected on previous column to be displayed. Also, the units and rates of the corresponding items to be displayed - may be through a vlookup. As we then enter the quantity of the items it will get the total of the cost for that item.
[TABLE="class: cms_table, width: 911"]
Item
Date
Day
Supplier
Item
Qty
Units
Rates
Total
1
09/03/17
Thursday
Supplier1
8
$ -
2
09/03/17
Thursday
Supplier2
1
$ -
3
09/03/17
Thursday
Supplier4
8
$ -
$ -
[/TABLE]
I understand it can be done using dependent dropdown lists. But as the number of suppliers on the actual data is more, it becomes very hard to get names for each suppliers.
Also, I want to give the users the freedom to add the suppliers name and also the new item as it becomes necessary.
https://drive.google.com/open?id=0B6...nM2RG4zM2tzTVU
The sample excel file is located on the link above.
Excel "gurus" - looking for your tips / help on this.