excelnoobnoob
New Member
- Joined
- Jun 27, 2017
- Messages
- 29
- Office Version
- 365
- Platform
- Windows
Hi all,
I'm having trouble working this out...
I'm using this formula:
At the moment I guess you would call sum_range 'static'. I would like the sum_range to be variable based on the value in a cell.
So if cell F3=1, sum_range is M:M, if cell F3=2, sum_range is N:N, if cell F3=5, sum_range=O:O
Could anybody point me in the right direction to solve this pelase?
Thanks!
I'm having trouble working this out...
I'm using this formula:
VBA Code:
=SUMIFS('HighLights Log'!Q:Q,'HighLights Log'!$F:$F,"BULLISH",'HighLights Log'!$C:$C,TODAY())
So if cell F3=1, sum_range is M:M, if cell F3=2, sum_range is N:N, if cell F3=5, sum_range=O:O
Could anybody point me in the right direction to solve this pelase?
Thanks!