Comments
-
I looked in the activity log and see the details by expanding the row deleted row in the log. How can I view the cell history of a cell in a row that was deleted?
-
And i can't even begin to tell you how many times i have hit enter in the new system to get a new line only to find the comment submitted and then i have to move the mouse to click on to edit the comment and then remember to hit shift-enter You are lucky if most of your comments are only one line but most of mine have more…
-
pdfs seem to be able to open in a new tab while other document types need to be downloaded first
-
Here here! Completely AGREE with every point here! I also think it unfair that we have to make a request to get functionality back that we have had for years ..... this is not an enhancement but a reversal of a decline in functionality
-
I dont know much about iif or how it differs from if but i think the problem is your parenthesis. did you try the following? iif ([Data Type] = "Income Statement" ) THEN iif([Data Type]="Net Sales" ) THEN ( [Value] else "" END)
-
Totally agree with the comments above. I am now annoyed every time i have to attach a file or review an attachment (which unfortunately is usually multiple times a day) Sometimes i just switch to card view because you can still get to the attachment popup from the card details ... but i worry about how long it will be…
-
My issue is that you used to be able to have multiple tabs open more easily. Now the only way to do that is through the browser tabs. I hate having to constantly go back to the sidebar to switch between my few more common sheets. I liked it much better when what I wanted was just visible and easy to click on Also, you…
-
Would the following formula do what you are looking for? =IF(A2 = 0, 0, (B2 + C2 )/ A2)
-
thanks, that was exactly what i needed!
-
You could also use the countifs formula to do something like this ="Unit 2G is " + ROUND((COUNTIFS([Unit Name]:[Unit Name], "2G",[Task Completed]:[Task Completed],1) / 14) * 100) + "% Completed"