b.hill2387
New Member
- Joined
- Mar 28, 2012
- Messages
- 38
I would like the formula below to be able to reference the cells below relative to a table named "Table1" instead of the worksheet. For example, currently B2 references the cell in the second column and second row of the active worksheet. I would like for it to reference the second column and second row within "Table1". So if cells C10:G50 are named "Table1" then the B2 piece of the formula below would reference cell D11 (the second column and second row within "Table1").
Code:
=IF(AND($B2>$A$1,$B2<=$A$2),$C$1,)