-
How do I align user's role based on a point in time occurrence?
I manage a vendor relationship that includes tracking the usage of their services on a monthly basis. The vendor services are available to multiple internal groups and part of the reporting is tracking the percentage of total services that each group utilized in a given month. On occasion, a user may transfer to a new…
-
COUNTIF Formula for Contact Column
I have several tasks set up for team members using their email addresses in the Contact column. Some tasks have 1 member assigned and some have multiple. I have to run each person's workload and am trying to use a separate sheet that counts the number of times their email address is in the Contact column. However, the…
-
Formula
Hello, I have two sheets set up. I want to transfer data from one sheet to the other. I have a column (Column 1) on both of these sheets which contains values that with spelled exactly the same. I want the data pulled from (Sheet 2 Column 6) this column is a checkbox and in the other sheet (Sheet 1 Column 2) it's a drop…
-
Help with Formula
I'm trying to help someone on my team. Below is a modified snap of the spreadsheet.. The desired outcome is to return the next date in line that is NOT CHECKED. For example, the "Current due date" for the first row would be 9/24/21...the second row would show 9/17/21. I've been working through the "If" statements but am…
-
Extracting a date from a text field
Ok, now... I have this data in one text column "2021-09-14 12:02:51" and I'm tryng to extract the date only (i.e. 2021-09-14) from this data and have it stored in a DATE column in the same sheet. I've tried many different ways but just can't make it work... I'm getting frustrated ;)
-
Can a Contact column populate based on selection in another cell?
I have two columns; Workstream and Workstream Leader. Their column types are Dropdown (Single Select), and Contact List respectively and each contains five available selections and are set to Restrict to list values only. I want the Workstream Leader column to populate with the contact that I know to be responsible for…
-
Countifs on a column that is a multi-select drop down..
I am trying to do a countif and one of the fields is a multi-select drop down and isn't returning the correct value, no idea what to do R4+ BP007 Change Inventory Range 1 is the field that is the multi-select column. =COUNTIFS({Status}, =[01 Open]$1, {Primary Function}, =$[Primary Column]5, {Fit/Gap}, ="Gap (Core…
-
If Formula with a Dropdown List
I have a column titled Status that includes the following drop down selections: Not Started, In Progress, On Hold and Complete. I want to write a formula that based on the drop down selected, another row would populate the following automatically: Not Started = 0%, In Progress = 50%, Completed = 100% and On Hold = ON HOLD.…
-
Formula for several "If/Then" support
Hello Community! I have tried googling this for excel and I'm just not getting my formula to calculate what I want/need. I've created formula for equating a number range to a letter, but I can’t figure out how to get the letter cell to not populate if nothing is entered for a numerical value (left blank). I don't want to…
-
Last 30 days range
Hello, I have looked through the forums that are currently open and could not find a formula that would fit my current needs. I am using the following formula now: =COUNTIFS({Pre Trip Completed}, <3, {System}, "ITCMW", {JBO Type}, "Overhead", {Date}, IFERROR(MONTH(@cell), "") = 8) This formula is pulling data by month (8=…