-
Referencing Another Sheet - VLOOKUP vs INDEX vs ??
Hello, I need to populate a cell with a number that is in another sheet based on an independent UID found in a different column that will be on both sheets. Not sure which direction to go on this -- For each line form-generated line, D. needs to look at C., find/match the data to A., then populate D with B when: A.…
-
Way to have multiple people claim an item
Hello. I have a sheet that shows available material that our workers can "claim". I have a formula that populates the Available Quantity after a number is entered into the Quantity Claimed column. I am looking for a way to have multiple people be able to claim an item if there is Available Quantity left, as well as put…
-
Formula Syntax Error
I am trying to convert a column to a formula, but I am getting the Syntax error and it doesn't convert. The formula appears to work when in the cell and when dragged down, just not when I made it a column formula. Could you let me know what is wrong with it? =IF(AND(ISERROR(Transmitted1), [Hours - Total Timecard Hours]1 =…
-
COUNTIFS formula troubleshooting - multiple criteria and checkboxes
Hi SmartSheets Community, I'm new to Smartsheet (but know some basic Excel), but am getting stumped on this formula. Can you advise what I'm doing wrong? I'm trying to create a formula that 1) counts either Red or Blue cells in another spreadsheet column (Other Sheet Range 1), and then 2) counts a checkmark (or no check…
-
How can I trigger an IF statement only once?
I have a column that is a single select drop down menu. We use this to keep track of who is responsible for that line as the project moves through our departments. A couple of the selections are outside our company. We want to record in a separate column who the outside contractor is. I am attempting to copy the name of…
-
Need assistance writing a formula for one column with two purposes
Hello! I am creating a budget sheet and I would like to have a formula that calculates BOTH: 1) SUM across several cells in a row when box is not checked AND 2) SUM down a column if box is checked. So far, I have been able to write a formula that calculates the SUM across several cells (and have added in a bit to return a…
-
countif
Hi, I would like to count the number of ">3 hours saved" using the countif function. However, it is not working. I am writing the formula as follows: =countif(range, ">3 hours saved") the same issue with "<1 hour saved". Apparently adding the < or > signs is affecting the formula. Any suggestions please? I should mention I…
-
IF statement help
Hello, I'm trying to write an IF statement that checks three cells to determine if the values are equal and excluded blank cells. Below are the scenarios: cell 1, cell 2, and cell 3 all have the same value (not blank) = Yes cell 1 and cell 2 have the same value (not blank) = Yes I thought I could use: =IF(OR([cell 1]@row =…
-
Issue with Embedded IF Statement
I am working on a training tracker and am struggling with a formula that, while long, seems fairly straightforward. The column is a checkbox. And should be marked off with a check if the row is deemed a "required training". I am having an issue with the first part of the formula (The bolded portion below). Basically, the…
-
Formulas are working in the grid but not on the cross reference
Has anyone had this issue before? I'm using a formula to extract the created time from the system generated crated time stamp using the formula below. =RIGHT(Created@row, FIND(" ", Created@row, 1) - 1) The time stamp is working well in the sheet but is adding a comma to the output when I try to cross reference it in…