A
AFB
Hello,
I hope I can explain what I'm looking for.
Is it possible to link a formula to another sheet??
I'm trying to use a similiar formula to the "If" function,
but to create all the possibilities, it's almost
impossible because it has lots of arguments. What I'm
trying is using or the "offset" function or the "lookup"
get the correspondent formula for the given situation.
Since this can happen in any row, I solved part of the
problem using the "Indirect" and the "Row" function, as
given the following example in sheet1:
INDIRECT(ADDRESS(ROW();3))*INDIRECT(ADDRESS(ROW();5))
*INDIRECT(ADDRESS(ROW();9))
This will according to the row you are (for example row 3)
give:
C3*E3*I3
or C7*E7*I7, if you copy the formula to a cell in row 7.
What I'm asking is if it's possible using the "Offset" or
the "Lookup" function get the correspondent formula, like
the previous one, since depending on the argument the
formula is different, in another sheet.
I'm trying to link a formula and not the result in it.
If for example I have in Sheet3!D4 the formula below
"=INDIRECT(ADDRESS(ROW();3))*INDIRECT(ADDRESS(ROW();5))
*INDIRECT(ADDRESS(ROW();9))"
In cell Sheet1!L15, I have a link or the "Offset" or
the "Lookup" that returns me cell Sheet3!D4, it will
return me the value of:
Sheet3!C4*Sheet3!E3*Sheet3!I3
If I use in Sheet3!D4 the formula below
"INDIRECT(ADDRESS(ROW();3))*INDIRECT(ADDRESS(ROW();5))
*INDIRECT(ADDRESS(ROW();9))"
without the "=", it will return as text:
"INDIRECT(ADDRESS(ROW();3))*INDIRECT(ADDRESS(ROW();5))
*INDIRECT(ADDRESS(ROW();9))"
Can anybody help me to link formulas??
Thank you for any help.
AFB
I hope I can explain what I'm looking for.
Is it possible to link a formula to another sheet??
I'm trying to use a similiar formula to the "If" function,
but to create all the possibilities, it's almost
impossible because it has lots of arguments. What I'm
trying is using or the "offset" function or the "lookup"
get the correspondent formula for the given situation.
Since this can happen in any row, I solved part of the
problem using the "Indirect" and the "Row" function, as
given the following example in sheet1:
INDIRECT(ADDRESS(ROW();3))*INDIRECT(ADDRESS(ROW();5))
*INDIRECT(ADDRESS(ROW();9))
This will according to the row you are (for example row 3)
give:
C3*E3*I3
or C7*E7*I7, if you copy the formula to a cell in row 7.
What I'm asking is if it's possible using the "Offset" or
the "Lookup" function get the correspondent formula, like
the previous one, since depending on the argument the
formula is different, in another sheet.
I'm trying to link a formula and not the result in it.
If for example I have in Sheet3!D4 the formula below
"=INDIRECT(ADDRESS(ROW();3))*INDIRECT(ADDRESS(ROW();5))
*INDIRECT(ADDRESS(ROW();9))"
In cell Sheet1!L15, I have a link or the "Offset" or
the "Lookup" that returns me cell Sheet3!D4, it will
return me the value of:
Sheet3!C4*Sheet3!E3*Sheet3!I3
If I use in Sheet3!D4 the formula below
"INDIRECT(ADDRESS(ROW();3))*INDIRECT(ADDRESS(ROW();5))
*INDIRECT(ADDRESS(ROW();9))"
without the "=", it will return as text:
"INDIRECT(ADDRESS(ROW();3))*INDIRECT(ADDRESS(ROW();5))
*INDIRECT(ADDRESS(ROW();9))"
Can anybody help me to link formulas??
Thank you for any help.
AFB