OFFSET with a condition

Joined
Aug 30, 2009
Messages
1
Reaction score
0
Can IF function be combined with OFFSET, actually I need to set some condition and if it is true set OFFSET with some values and if condition is false set OFFSET with different values.

Here is my example that is not working:

IF(Sheet1!$A$1="EN";OFFSET(Sheet2!$Y$2;;;COUNTA(Sheet2!$Y:$Y)-1);OFFSET(Sheet3!$Y$2;;;COUNTA(Sheet3!$Y:$Y)-1))

I need resulting OFFSET for creating dorp-down list on Sheet1.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top