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. I need to know what is the best way to Count but exclude any cells that are blank. I am looking to count how many machines I have per my programs but I don't want to count the ones that have no date. I've read I should start with Is Blank but that didn't work. Thanks you in advance. Ali
I want to pull the dates into this data sheet from the Schematic prep column on the Master sheet. What's wrong with my forumla??
i am trying to write an IF situation referencing another sheet where I want if there's a ). PS the answer is 69, the formula I wrote which is wrong is =IF({VAC Intake R- Stage}, (@cell = "0. PS"), 69) any help would be greatly appreciated. Thanks.