简体   繁体   中英

Need Excel sheet Formula

Guys I've a weekly Plan for some Projects like as follows. It's Created in Excel-sheet

我的计划

I need a Excel formula to get a Reports like as Follows

  • Total time assigned for a particular Owner out of 7 days
  • Total Open Status tasks of a particular Owner

How to do this?

If you are not comfortable with Pivot Tables... I recreated the Excel sheet that you took a picture of and created the report you wanted. Enjoy!

在此输入图像描述

That same table, but looking at the formulas:

在此输入图像描述

The total time formula I gave you simply gives you the total time, without a qualifier for the "within 7 days". I wasn't quite sure what you meant by that. How would you determine the within 7 days? By just adding all of the time on line items where the Start Date is within a 7 day period? If so, I can show you how to do that formula as well.

I recommend to use Pivot tables. For subtotals per week create one additional column in the base data using the =WEEKNUM() function.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM