Sign in to join the conversation:
I like to use the @row or @cell in a multiplication formula and be able to copy this for all months. where do type in @cell?
You would need an @row function and use the $ to lock in certain references.
Your current formula:
=[FY Budget]3 * [1]2
.
First lock in the [FY Budget] column reference.
=$[FY Budget]3 * [1]2
Then replace the [FY Budget] row reference with @row
row * [1]2
Then lock in the row reference for [1]
=$[FY Budget]@row * [1]$2
You can now copy/paste, autofill, or dragfill this formula to suit your needs.
Hi All, I have a project plan with a column called "Owner" that has a column type of contact list. The contacts are from multiple companies. It's a large project plan. I have created columns that have a column type of checkbox. I want to check the box if the owner is from a certain company (which can be determined by the…
Hello, I am trying to use JOIN-COLLECT to populate a cell with a contact by pulling from another sheet. However, when I use this formula it populates the cell with the name of the contact as a text string, but does not populate the cell with the contact itself. Both the column of cells being populated and the column the…
Hello Community, I need to create a report that shows capacity by month. My sheet tracks resource allocation on projects with resource start and end dates. (We can't afford the Resource Management module so we're doing it in Core SS). I've been asked to do a "heat map" of sorts where each column is a month. For each row…