Sign in to join the conversation:
Receiving unparseable error when selecting a field in one column and wanting a specific result in another field. This is the formula. What am I missing?
=IF([Submit for Approval]1,1[Manager Approval]1 = "Submitted")
See attached
First of all, you can't control the contents of a cell from a different cell. You need to put the formula in the cell you want the results to appear in.
In this case, try, putting the following formula in the Manager approval field.
=IF([Submit for Approval]@row, "Submitted", "Your Text Here")
If you want the field to be blank when the submit is blank then erase, "Your Text Here. Or put in a different statement for when its not submitted.
I'm the admin of a workspace which contains 2 sheets: 1) "Source Dropdown Sheet" which should function as master dropdown list to feed other sheets (sample a US State dropdown column), and 2) "Source Sheet 1" in which I'm attempting to link the State column to reduce copy/pasting. However, after going through the process…
Trying to find matching serial numbers, then use delivery date of the first entry to derive support date of 2nd entry. The below works for the initial entry but the Extension Order gets #Invalid Data Type error. Thank you in advance for your suggestions. =IF([Order Type]@row = "New HW", DATE(YEAR([Delivered Date]@row ) +…
Hi all, I have a formula such: =COUNTIF({project rel +2mos}, >=TODAY(+60)) that is returning a 0 count, even though there should be a count there. I do have the specified column I'm calling set to "Date". Any help greatly appreciated!