Apologies if this has been mentioned before:
In video http://www.betangel.tv/video/trading-on ... runders-ss, I noticed Peter was having a problem with pointing to the correct worksheet, you can use this excel function to do the work for you: INDIRECT
replace
=IF('Bet Angel (6)'!B1="","",'Bet Angel (6)'!B1)
with
=IF(INDIRECT("'Bet Angel ("&C12&")'!B1")="","",INDIRECT("'Bet Angel ("&C12&")'!B1"))
where C12 is the sheet number - in this example 6 is in cell C12.
Hope this helps someone with copying formulas down the page. I use is a lot now instead of editing Bet Angel sheet numbers.
Excel Function: INDIRECT
- pdupre1961
- Posts: 410
- Joined: Fri Feb 18, 2011 8:01 pm
I take it that no-one understands this function.
It's actually very useful.
It's actually very useful.
- MarketTrader
- Posts: 120
- Joined: Wed Mar 18, 2009 12:34 pm
Yep.
I use this all the time to solve certain problems.
I didn't realise you were after a response? Are you having trouble using the function?
I use this all the time to solve certain problems.
I didn't realise you were after a response? Are you having trouble using the function?
- pdupre1961
- Posts: 410
- Joined: Fri Feb 18, 2011 8:01 pm
No, I started using it for Bet Angel spreadsheets. So, that I don't have formulas with Bet Angel (1), Bet Angel (2) etc.MarketTrader wrote:Yep.
I use this all the time to solve certain problems.
I didn't realise you were after a response? Are you having trouble using the function?
I just thought it may useful for others...I will say no more (unless requested to).