bluepenink
Well-known Member
- Joined
- Dec 21, 2010
- Messages
- 585
Hello
can someone pls help me with the logic/formula for if(or(offset
basically, i have data in range D12:O12
D10:O10 = header (months, Jan-Dec)
issue with formula:
=IF(OR(D12:O12=0),OFFSET(D10:O10,-2,))
basically, i want the formula to work so, if the any of the cells in range D12:O12 = 0, then offset the last row by -2 (jump by two rows)
i.e.
Jan Feb Mar Apr May June
100 200 300 400 200 0
so my answer would be, June
can someone pls help!!
can someone pls help me with the logic/formula for if(or(offset
basically, i have data in range D12:O12
D10:O10 = header (months, Jan-Dec)
issue with formula:
=IF(OR(D12:O12=0),OFFSET(D10:O10,-2,))
basically, i want the formula to work so, if the any of the cells in range D12:O12 = 0, then offset the last row by -2 (jump by two rows)
i.e.
Jan Feb Mar Apr May June
100 200 300 400 200 0
so my answer would be, June
can someone pls help!!