Sign in to join the conversation:
Is there a way to populate formula in columns if multiple rows of data when pasting several rows to the columns next to formula column?
I would be willing to use CTRL +D, but it does not work in either of three browsers I have.
Can you provide more detail or some examples of what you are trying to do?
Thank you for your response. I actually observed interesting behavior. two columns that have formulas got populated properly when column next to them is populated with text/number, but were not populating before, when date column was next to them. I will keep watching if I can figure out other cases when it it or is not populated.
Hello! I have this formula that will check the box if the date in a second column is in the past. Is there a way to include if the date is 60 days in the future? Check the box if the date in Column 2 is either (1) in the past or (2) 60 days in the future. IF([GWO - BST (2yr)]@row < TODAY(), 1, 0) Thank you in advance!
Is there a way to automatically update my dropdown list for a form if I have a new item added? I have a New Order Entry form. I have a dropdown list of customers, but if it is a new customer, there is a checkbox to allow more fields to open up to enter that information. If that information is added, it gets copied to a…
Hi! I'm trying to figure out how to use the NETDAYS formula to show how long someone has been a member of a certain team. I can't get it to measure to today using the formula that the website suggests. I want it to be running so that whenever I log on I can see the time elapsed to the day I'm looking at the sheet. Can…