I have three sheets, sheet1, sheet2, and sheet3.
Sheet 1 have column like : Project, employee name, hours worked, date Sheet 2 have Column like : employee name, rate/hour
So the common between two sheets are employee name.
Sheet 1 will be updating every day, so that sheet will not have define range.
$ spent will be calculated on = Sheet1! hours worked * Sheet2 rate/hour (Here common in both sheet is employee name)
Total $ spent on each project, that i achieved, but i need to know how to calculate $ spent on last 30 days.