-
Renaming (multiple) values from one column into another column
I am looking to rename certain values that I have in one of my columns. The original column contains values that are accepted in our database (intended for database input), and the new column would be the same value with a descriptor that is intended to be used by product managers. The second column should output all of…
-
How to divide (any math operation) a regular number by number in a currency format?
Hi, I have one column written in a currency format. Lets call this column A. Another column written in a regular number format B. When I try to create a column formula in Column C like: Column A/ Column B, I get an error called invalid operation. As you can see in the screenshot below, that formula I have in the Test…
-
Filter rows under parent row?
Good afternoon, I was wondering if it was possible to filter rows submitted by a form depending on a priority. For example I have 3 parent Rows that are High, Medium, and Low priority. If a new issue is submitted via the form for a High Priority. Have it automatically sort under the High Priority Parent Row? As of right…
-
#NO MATCH in a index match formula for some values
I have a "filter" table in which I can choose via dropdown "year" and "month" values. By updating the values there, I can update the values in other small table I plan to select individual values considering two labels, "On Time" and "Delayed". When I use the following formula, I get a #NO MATCH for certain months, but all…
-
Is there a formula which can number row hierarchies?
I am looking for a number which can categroise row hierarchies into numbers. I have a column called "Hierarchy" and in each row I want it to generate a number depending on what hierarchy the row falls under. For example, the Parent row would return 1, the child of that row would be 2, the grandchild would be 3 etc etc…
-
IF, OR and AND? Formula issue
Hi, I'm trying to calculate if we're meeting the schedule start date. The issue I have is if the Schedule Start Date is greater than today's date then it still thinks its completed on time. I think I'm missing AND statement with the formula? =IF(OR([Actual Start Date]@row = "", [Schedule Start Date]@row < [Actual Start…
-
INDEX/MATCH vs. VLOOKUP between two sheets
I have two sheets with identical columns - Market Name and Organization Name. I'm using dropdowns in these columns since I have external folks reporting into a form and I want the names to match across my entire workspace. I want to copy Organization Name from one sheet to the other, and match on the Market Name. I feel…
-
Link an entire column from 1 sheet to another
I know you can do this at the cell level, but is it possible to link an entire column? I'm trying to save the time of linking over 6000 cells and want the ability to grow as I know the numbers will be increasing over time.
-
Formula stops working when changing name of column
Greetings- I have the following formula that tells me what day of week a specific date is if the date column is called "Date". If I try and change the formula to reference a column called "Date of Program" the formula doesnt work anymore. Why is this? How can I make it work with a date column called Date of Program instead…
-
Total Age tracker overwrites last modified
Hi all, Hoping someone out there can help and hoping its just something simple i need to change. We use Smart sheets to monitor cases by age outstanding to help prioritise what needs looking at first. so i have a formula to grab data from a cell says A1 that has the TODAY function in. and then take that away from the last…