Countblank for handpicked cells
Our take
I have a complex schedule in a spreadsheet. There are five sheets for the five days of an event. On each day, there are multiple times and rooms being used. And within each day/time/room session, there are multiple roles to be filled.
For each session, I have cells with the positions (e.g., Volunteer) with a cell to the immediate left in which to type someone's name as I recruit volunteers or other roles.
Here is the problem:
I would like to have the spreadsheet automatically count up the empty slots for each of the several types of roles. For example, I would like it do run through the five sheets and count up all the empty cells needing a Volunteer.
I understand that you can use CountBlank for a column, row, or box of cells. But, that won't work for me.
Is there a way to handpick specific cells and name them something like "VolunteerSlots" and then run CountBlank using that as the range? Like, could I ever use something like this: =Countblank(VolunteerSlots)? That would ideally then count the handpicked cells to see if they are empty or not.
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Blank cells are being summed as a value greater than five using a SUM(IF functionHi! I have a large dataset of 7-day schedules that I am summing to calculate breaks. The function is setup like this: =SUM(IF(CELL1>5, 0.5, 0)), (IF(CELL2>5, 0.5, 0)) and so on until all seven days are tabulated. Because a full time person would only work 5 days a week, at least 2 days are blank per row, but we're open all 7 days and I want to sum the entire spreadsheet, so I have to count all 7 days. A full time person should have 2.5 hours per week. For some reason the function is mostly working, but about a third of the results are larger than they should be because it's counting some blank cells as greater than 5. For example, a part time person working only 3 days should have 1.5 break hours, but the function returns 3.5 because it is counting all the blank cells as containing a value > 5. What's really strange is it is only doing this some of the time. Every row has at least two blank cells, but only about a third of the sums are wrong. I can't figure out why. The columns are all formatted as a number. The value does update correctly if I manually enter a "0" in the blank cells, but this is a very large dataset and that would take forever. Thoughts? submitted by /u/andylefunk [link] [comments]
- Any way to automate removal of older rows of data?I have a spreadsheet with 4 columns: first name, last name, score and date. I have people who are duplicated, some with the same date which I can easily remove with "remove duplicates" but I have examples where there are people with multiple rows from where they have taken a test a few years later, and i am trying to find a way to optimise my chopping up of this spreadsheet to only have a single row per user, and showing only their most recent score for the test. The date column is dd/mm/yyyy and then a 24 hour format time stamp and I can't think of a good way to optimise that as it covers multiple years. Theres no good consistency over the old date and the most recent date I imagine excel has some way of pruning older data. Atleast I hope so or ill have to check 50000+ rows manually to remove old results 😭 submitted by /u/Skellyhell2 [link] [comments]
- Change contents of cells based on a drop downSo, I'm trying to generate a spreadsheet to make the forms we use in the office to issue keys. When people are given an apartment, we have a sheet with all the key numbers on it, and then they sign for it. At the moment, we've got 22 different PDFs and Word documents, and it doesn't work. So, what I want to do is this. I've built the template in Excel and created a Reference sheet which will have all the numbers in it. What I am trying to do is set it up so that when you use the Apartment number from a dropdown, it populates with all the key numbers. This sounds like it should be easy to do, but my Excel brain is broken. Advice would be much appreciated! submitted by /u/Hot_Syrup_1774 [link] [comments]
- Having issues counting unique instances of pick up and drop off locations based on if money is in the same row.I have a contract I'm working on for work so I will give what I can to see if someone can help. We have roughly 62k rows of information. It is a combination of pickup and dropoff locations. There are 9 pickup locations with various dropoff locations. Each pickup and dropoff are repeated 3 times based on another column. What I am looking to do is on a summary tab I want it to reference the origin location go to the full data sheet and count each row that has that origin with money and count only the first time the pickup and drop off location appears. I'm not sure if this is possible or if I just need to manually counting. For reference I've tried a combination of ROW, UNIQUE, and FILTER with various COUNTIFS or IF statements but nothing has worked. Even resorted to asking AI but either my prompts aren't correct or it just doesn't understand. Thanks in advance for any advice or tips to try! submitted by /u/Reaper4779 [link] [comments]