Hi, I am having trouble with getting an average of a column. its a formula based column and since some rows dont meet all the criteria, some rows state INDEX DATA. How do I find the average of the numbers in the column using a formula?
If you only have the criteria of excluding "INDEX DATA", you can use the AVERAGEIF function.
=AVERAGEIF([Average Column]:[Average Column], @cell <> "INDEX DATA", [Average Column]:[Average Column])
Paul thank you for trying to help but that formula didn't work. I provided a screen shot of the column I am trying to average, W/O Time Lapse column.
I am unable to see any screenshots. Could you try re-posting it?
figured it out thank you!
Hi all- I need help trying to extract the month number from another column. My 'Notification Date' column uses a formula (based on the service 'Type') to calculate a specific timeframe. I need to extract only the month from this 'Notification Date' and populate it in the 'Annual Review Month #' column. I was good until I…
Looking to find out the correct formula for the below scenarios Sheet One contains: - Price and Contract ID Sheet Two contains: Contract ID Formula should be added into a column on Sheet 2, summing the Price of all rows from Sheet One where the contract IDs match
Hello Smartsheet Community, I'm trying to extract email address from contacts column in my smartsheet, but I am unable to do that. i tried using basic string functions funcitons such as find, trim etc to extract the email part between < > but I am encountering errors. can someone help me with a working formula to extract…