Hello I have this formula i needed to edit since i made some changes to my excel sheet
This is my original formula
=OFFSET('Sheet H'!$A$32,0,((((COLUMN(D26)-4)/16)+1)*4))
I am looking to add some logic to the formula that references if a cell is equal it does a certain action,
So i am trying to add that If cell E17 is equal to "Passive" then do the original =OFFSET('Sheet H'!$A$32,0,((((COLUMN(D26)-4)/16)+1)*4))
but if E17 is equal to "General" do the same logic but reference $A$31 rather than $A$31 so =OFFSET('Sheet H'!$A$31,0,((((COLUMN(D26)-4)/16)+1)*4))
all in one formula, if this is possible
This is my original formula
=OFFSET('Sheet H'!$A$32,0,((((COLUMN(D26)-4)/16)+1)*4))
I am looking to add some logic to the formula that references if a cell is equal it does a certain action,
So i am trying to add that If cell E17 is equal to "Passive" then do the original =OFFSET('Sheet H'!$A$32,0,((((COLUMN(D26)-4)/16)+1)*4))
but if E17 is equal to "General" do the same logic but reference $A$31 rather than $A$31 so =OFFSET('Sheet H'!$A$31,0,((((COLUMN(D26)-4)/16)+1)*4))
all in one formula, if this is possible