Puggwash63
Board Regular
- Joined
- Jul 27, 2009
- Messages
- 174
hi forum,I have a spreadsheet that has 7 worksheets and 2 of the Worksheets are used to create Order requirements depending on what is entered into the 1st worksheet.How do I use (if correct) the Sumif & Vlookup so when a Date is entered, the cell that shows the Orders looks up the data from the other worksheet what I call Data worksheet.I will try to explain:Worksheet 1 (Data sheet) has orders in each cell which runs from Sun through to Sat (shown in different rows)Worksheet 2 (Slicing sheet) has a Slicing sheet, when the correct date is entered it should look up Worksheet 1 and enter the Order against the cell.Can this be done or do I have to use another formula instead of Sum If & Vlookup?I have forgotten how to post data to the sheet so you can see what I'm after.This is what I have in the cell (Slicing sheet) that looks up the order: =SUMIF(Data!$B$83:$B$84,$E$1,Data!$H$83), (Data sheet). This is for SunThis is what I have in the cell (Slicing sheet) that looks up the order: =SUMIF(Data!$B$91:$B$92,$E$1,Data!$H$91), (Data sheet). This is for MonThis is what I have in the cell (Slicing sheet) that looks up the order: =SUMIF(Data!$B$99:$B$100,$E$1,Data!$H$99), (Data sheet). This is for TueThis is what I have in the cell (Slicing sheet) that looks up the order: =SUMIF(Data!$B$107:$B$108,$E$1,Data!$H$107), (Data sheet). This is for WedThis is what I have in the cell (Slicing sheet) that looks up the order: =SUMIF(Data!$B$115:$B$116,$E$1,Data!$H$115), (Data sheet). This is for ThuThis is what I have in the cell (Slicing sheet) that looks up the order: =SUMIF(Data!$B$123:$B$124,$E$1,Data!$H$123), (Data sheet). This is for FriThis is what I have in the cell (Slicing sheet) that looks up the order: =SUMIF(Data!$B$131:$B$132,$E$1,Data!$H$131), (Data sheet). This is for SatOR E1 = the Product chosen if you are wondering.So how do I choose in lets say Cell R64 (Slicing sheet) how to choose either Sun, Mon, Tue, Wed, Thu, Fri or SatPugg