Trending in Formulas and Functions
-
Symbol Return Formula
When I use a formula to return a symbol for example =IF([INC/DEC]@row = "INCREASE", "RED", "GREEN") It just returns the word RED I have the column set to symbol but still can't get it to work…
-
IF Formula Not Working As Intended
Hi everyone! The below formula is not populating a 0 in cells that are new, as intended. The AI tool even says this formula should work, but it's not. After staring at it for hours, I can't figure out where I'm going wrong. Your help would be greatly appreciated!! Thanks! :) =IFERROR([Date Logged]@row - MAX(COLLECT([Date…
-
Cross Sheet Reference
Trying to create a cross sheet reference that counts #s from a specific column in another sheet. =countif({Am-Van: Vehicle List Range 1},[Type of Service]:[Type of Service], "BLS") Comes back as #UNPARSEABLE The COUNTIF statement works in the referenced sheet but not when it is cross referenced. Is there a comma or bracket…