Counting Blank Cells
Answers
-
Nope, that didn't work as well. When I click on a cell in the Priority column, it reference the sheet. I backspace to remove the reference sheet and still get the error message. Is there a way to do a webex because I think that I am not doing something correctly?
-
Is the Priority column on the same sheet as the formula?
-
No, it is not. I can not put the formula in Priority column because it is a select drop down column.
-
There's the issue then. I have been working thinking that the Priority column was on the same sheet as the formula.
You can put formulas into dropdown type columns, but if it is on a different sheet from the formula, then we need to first find a way to specify exactly which row from the other sheet you are pulling from the Priority column.
-
-
@Paul Newcome I tried to enter the referenced sheets in the formula and that did not work as well.
=WORKDAY(TODAY(), IF({National Alliance Operation Inquiries Range 3}@row="Medium - 24 hours", 1, IF({National Alliance Operation Inquiries Range 3}@row="Routine - 48 response", 2, 0)))
-
We need to first establish a unique Identifier for each row. Do you have a column that contains something unique to each row, or is there a combination of columns that would designate a uniqueness across each row?
-
@Paul Newcome I am not sure if I needed to create a new discussion, but thought that I would try this first. Nevertheless, I am struggling with counting blank cells in a column. This time, I have been tasked to count blank cells and create a widget that would show the numbers on a daily and weekly basis. Here is the formula that I have for the weekly basis. I figured once I successfully create the totals for weekly formula, I can create a widget to display the daily totals. Are you able to assist and advise what am I doing wrong?
=COUNTIFS({Accrue Funding/Enrollment File Tracking Range 1}, ""), AND(@cell >= DATE(2021, 5, 1), @cell <= DATE(2021, 5, 31)))
-
@Beronica Muller Which column are the blank cells that you are counting in?
-
@Paul Newcome I will eventually have to count the blank cells from the Date Processed, Complete (this is a checkbox column), and the Date File Received columns.
-
@Beronica Muller Ok. How do we evaluate the two different date columns? Is it similar to a Start and End date kind of thing and the blanks are basically "unchecked" in the Complete column?
-
@Paul Newcome it is really based on the blanks in the two columns and unchecked in the Complete column.
-
@Beronica Muller I'm sorry, but I still don't follow. Are you trying to count blank date cells? If so, how are you supposed to establish the date range? Are you trying to count where one column is blank and the other has a date between the date ranges and the box is unchecked?
-
@Paul Newcome My apologies if I am not explaining it clearly. Now that you mention it, I probably needed to add a column. So, I am trying to count blank date cells in the Files Processed and Date Files Received column. I also need to count the unchecked boxes in the Complete column. To get my results on a monthly weekly basis, I will need to compare the date based on the Date File Expected column. Is that more clear?
-
So you want to count rows where the box is unchecked, Files Processed is blank, and Date Files Received is blank based on a date range looking at the Date File Expected column?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!