-
Multiple Emails in Contact List
I have a contact sheet and a main sheet. There are instances when I have 2-3 individuals that need to be notified based on the information on the main sheet. I created this formula to pull multiple emails from the contact list: =JOIN(COLLECT({Department Chairs}, {CourseName}, CONTAINS([APA Courses]@row , @cell )),…
-
Project Schedule Question
I'm looking to make adjustments to my current project schedule. Currently I have an asset due date milestone, a list of tasks with durations and predecessors and a go live date milestone. I am able to put in the partners desired go live date and the formula deducts 6 weeks to determine the asset due date. We are making it…
-
Help with SUMIFS
I am designing a budget sheet and want to Sum a series of cells if they meet 2 conditions. 1st I want it to check an expense category, ie. groceries. I then want it to check that it falls within a specific date range. Below is an example of the formula i have built and it works: =SUMIFS({Expense Collector Range 4},…
-
Extracting emails from a mixed contacts column
Hello Smartsheet Community, I'm trying to extract email address from contacts column in my smartsheet, but I am unable to do that. i tried using basic string functions funcitons such as find, trim etc to extract the email part between < > but I am encountering errors. can someone help me with a working formula to extract…
-
Formula Help Extracting Month Only from Formula Driven Column
Hi all- I need help trying to extract the month number from another column. My 'Notification Date' column uses a formula (based on the service 'Type') to calculate a specific timeframe. I need to extract only the month from this 'Notification Date' and populate it in the 'Annual Review Month #' column. I was good until I…
-
Formula to only count unique cells, no duplicates
Hello again, is there an =countifs formula that can be used to only count unique cells which would avoid counting duplicate cells in that column? below i want to count W01-W06 only once for the answer to be 6 instead of counting all the duplicate W01 to =8 thanks!
-
Overdue is not working when today date is greater than Overdue
I could use some help with my formula. The "Overdue" is not working when TODAY is greater than Overdue Date. Please see formula below. =IF(NOT(ISBLANK([Complete / Decision Date]@row )), "Completed", IF(ISBLANK([Start Date]@row ), "Not Started", IF(ISBLANK([Due Date]@row ), IF(TODAY() < [Start Date]@row , "Not Started", "In…
-
SUM MATCH Formula
Looking to find out the correct formula for the below scenarios Sheet One contains: - Price and Contract ID Sheet Two contains: Contract ID Formula should be added into a column on Sheet 2, summing the Price of all rows from Sheet One where the contract IDs match
-
Converting days to months
I'm using the formula below to convert the duration in days to duration in months in another column, but I would like to join that result with "m" or "months" so its clear to PMs what they are looking at. I've tried a couple forumulas, but nothing is working. Does anyone have a recommendation? =ROUND(Duration@row / 30.44,…
-
Problem with Formulas module (self-paced learning)
Hi, I'm trying to walk through this and have run into a few issues. Sometimes I can't type where the instructions tell me to (usually adding characters to a formula). Then I'm forced to advance and I miss the rest of the lesson. Ideas? Suggestions? I plan to take the instructor led training but it would be nice to do the…