-
Split contacts to multiple columns.
In my sheet, I have multiple contacts in one cell. I would like to AUTOMATICALLY spread these contacts across multiple columns in the same row, so that each column has one single contact. The reason I want this is to send approval requests to each contact. (Currently, I can only send approval requests to all the approvers…
-
How can i make a row automatically get created and updated in one sheet as it is created elsewere
Hello world! I am trying to create a overview sheet that will be fetching values from two different lists. The two data sheets have a identifier number for each row in them, but placed in differant coloumns were only in one of the sheets is this identifier the Primary coloumn, so automating copy and paste row to other…
-
TRYING TO COUNT MULTIPLE DATA IN A COLUMN
looking to count all the data from 4P100,4P200,4P500 etc in one row the deal I have is 0-500 501-1000 1001-1500 I am not wiz at this but I am trying to learn
-
Which formula do I need if I want to count issues assigned to 2 people that are counted for each ind
Hi everyone, I am fairly new to Smartsheet and this is my first question in this community! I have an Issue Tracker where issues can be assigned to multiple people. On one of the charts on my dashboard I am showing how many Issues are assigned to each individual. I have a formula that counts if an issue is assigned to 1…
-
Counting items from a text/number field
I have some users where we set up a text field and they are pasting information from Excel into the field. The info is nicely formatted and appears to have carriage returns when I wrap the text, see below. I am wondering if there is a formula that would help me count the number of items in the cell. Thank you
-
I keep getting "unparseable" ... what am I doing wrong?
I have 3 columns (A, B, C) with yes/no responses. I want column D to return a response of "contractor" if the response to Column A = yes , Column B = yes, and Column C = no. I have been trying: =IF(AND([A]1 = "yes", [B]1 = "yes", [C]1 = "no"), "contractor") What am I doing wrong? THANK YOU!
-
Export formula to Excel
I am trying to export a budget sheet that has formulas to Excel and still have the ability to manipuate the numbers with the same formula, but it does not carry the formula with the export. Is there a way to preserve that formula during export? or is there some other way to export the data and keep access to the original…
-
Formula to populate date from another cell if blank
Hi, I'm struggling with what feels like it should be a simple formula, so hoping the fabulous community can assist. I need to copy the date from the Creation Date column to the Start Date column when it is blank and leave the existing date if it not blank. All the formula's I've tried either give me a circular error or…
-
Count entries made the previous week
Hi, I am looking to create a sheet summary formula that will count all entries on a sheet that came from the previous week. I figure that it will have to be a countif formula and will incorporate weeknumber but I am lost on how to count from the previous week and have it keep updating for the next week.
-
Trying to copy and paste formulas to a new sheet
I understand that adding a single quote, ' In front of a formula row allows you so see, copy and paste that into a new sheet. I am trying to add a single quote in front of 102 rows with formulas but the join function is only allowing me to join the two cells. My thought was to add a text column with only the single quote…