Populating row headers based on column values

Jonam711

New Member
Joined
Jun 11, 2022
Messages
18
Office Version
  1. 365
Platform
  1. Windows
Hey guys - I'm working on a daily report were 20 employees update their daily data in sheet 1 following are the column headers in sheet 1"status" drop down list - pending, processed, on hold. the sheet has other columns such as Date when assigned, completed date, no of days pending or on hold. By the end of the day one has to publish the pending/on hold count of each employees based on days range as shown in the attached image (sheet 2). The formulas I put in sheet 2 are working fine. But how it's done now is I have made a list of all the 20 employees and I used "SORT" for that list so all the 20 emps names comes up and we manually delete the rows of employees who don't have any pending counts in any of the days bucket. If you see out of 20 employees only let's say 7 employees have pending/on hold under their names and I need to populate only those 7 employees in a column and show their pending counts.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
did you forget to attach something ?
Rob
 
Upvote 0
Hey guys - I'm working on a daily report were 20 employees update their daily data in sheet 1 following are the column headers in sheet 1"status" drop down list - pending, processed, on hold. the sheet has other columns such as Date when assigned, completed date, no of days pending or on hold. By the end of the day one has to publish the pending/on hold count of each employees based on days range as shown in the attached image (sheet 2). The formulas I put in sheet 2 are working fine. But how it's done now is I have made a list of all the 20 employees and I used "SORT" for that list so all the 20 emps names comes up and we manually delete the rows of employees who don't have any pending counts in any of the days bucket. If you see out of 20 employees only let's say 7 employees have pending/on hold under their names and I need to populate only those 7 employees in a column and show their pending counts.
 

Attachments

  • IMG_20230822_184620.jpg
    IMG_20230822_184620.jpg
    160.8 KB · Views: 14
  • IMG_20230822_174452.jpg
    IMG_20230822_174452.jpg
    182.5 KB · Views: 14
Upvote 0
Sorry, but I am not able to correlate what you are saying above in the text, to what you are posting in the pictures .. so its very difficult to understand what you are trying to achieve. Others might be able to help, or better, perhaps take some more time to really share details and perhaps examples of what you are asking for.

That should help others also understand and perhaps get you a reply.

cheers
Rob
 
Upvote 0
Sorry, but I am not able to correlate what you are saying above in the text, to what you are posting in the pictures .. so its very difficult to understand what you are trying to achieve. Others might be able to help, or better, perhaps take some more time to really share details and perhaps examples of what you are asking for.

That should help others also understand and perhaps get you a reply.

cheers
Rob
 
Upvote 0
Sorry, let me put in another way. I have made list of 5 associates in a different sheet and I'd sort of those associates list in column B in sheet1 as you see in image. Associates in B20 and B21 do not have any values in their respective cells C20:G20 and C21:G21. so I do not want them to be populated here instead I just want associates who has values in any of their respective row cells starting C18:G22. Hope I made it clear.
 
Upvote 0
Hi,

So as far as I understand you are looking to create a report somewhere else to show only the associates that have values in your table c18:g22.

Maybe this formula I have shown in B25 can help you - let me know.

cheers
Rob

football scores.xlsx
ABCDEFG
16
17 Buying AssociatesDay 1-3Day 3-5Day 6-10Day 11-15Day 15+
18Bill Gates10320
19Dave Bruns10100
20Steve Jobs00000
21Don Trump00000
22Boris Johnson10011
23
24
25Bill Gates10320
26Dave Bruns10100
27Boris Johnson10011
Sheet2
Cell Formulas
RangeFormula
B25:G27B25=FILTER(B18:G22,BYROW(C18:G22,LAMBDA(row,SUM(row)))>0)
Dynamic array formulas.
 
Upvote 0
Thank you that worked. However its displaying only the associates names who has value, can I also get their values.
 
Upvote 0
Hi,

maybe I didn't understand what you are asking.. You asked for the names and values of those who had total sum >0 in your table C18:G22.

So the formula I have placed in B25 provides the names, and values of all those in the table that are total>0. The values are shown after the names ?

what did I miss here ?

thanks
Rob
 
Upvote 0
Solution

Forum statistics

Threads
1,215,069
Messages
6,122,952
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top