Trending in Formulas and Functions
-
Combine two IF formulas
Can someone kindly help me combine these two formulas? It's too complicated for the AI formula generator. :) =IF(MONTH([Global Trade Compliance Approval Date]@row ) = 1, "January", IF(MONTH([Global Trade Compliance Approval Date]@row ) = 2, "February", IF(MONTH([Global Trade Compliance Approval Date]@row ) = 3, "March",β¦
-
Trying to search 1 column of % to correspond with the column next to it. First % less than 100%
I am trying to search this column for rows 11 through 19 starting top and working towards the bottom and once a cell has a % in it less than 100% i want it to reference the cell in the column next to it. I have a formula that works if its 0% but not anything less than 100%. Formula that works for 0% - =INDEX([Taskβ¦
-
Check Box for Current Milestone
I am looking for help in writing a formula (or using automations) so that the most recent milestone where the status is "INV PKT SENT & PSR XL UPDT" will have the checkbox. As you can see, I can write a formula to check the box but then when the next milestone reaches that same status I now have multiple checkboxes in theβ¦