Okay, let me explain it more.
When the value of B4 is true, it returns C4,
Now I want to select a range instead of one cell, when the value of "If" is true. The result doesn't have the be in a cell:
B4=True
C5=Sales
C6=1515
C7=1526
C8=1444
C9=1562
C10=1490
C11=1571
C12=1702
May be an offset function can take care of this matter.
=If(B4, Offset(C4,0,0,7,1),NA())
Please give your response.
Thank you,
Guity