The common wisdom is start your Intensity Day at the next weight your 3x5 would have been. So if your last LP day was 405x5x3 (3 sets of 5) then your next ID would be 410x5. Then do the math for volume:
Personally, I would start at about 85%: so it would 0.85x410=350 for 5x5 volume day. If all goes well, you could leave the weight there on volume day for 1-4 weeks and just keeping adding on ID. You don't want to use more volume than you need.
If you can do 455x5 for one set today, then you should start ID at 460 and your volume at 390 (.85x460) for 5x5.
I think Andy Baker would say don't start light-- you are wasting your time by 'resetting.' Keep driving that top set 5RM higher. Once you can't, keep going and either switch to triples or 5 singles across.
Also, there is a lot of debate about whether 5x5 is necessary on the presses. You could try 3x5.
One more note, adjusting to 5x5 might be tough. Prepare to be sore. If I take a break, I can't go right back and do my volume day, I have to do a light day, then a ramping volume (sometimes only 4 sets) then finally my first volume day, but I'm geezling... I've also done light/ramping volume and then an intensity day (with the smallest reset possible not risking failure). After deloads I have to reset a bit, I think everyone does...
Probably not the best idea to use a spreadsheet, but if you're hell bent on using one it isn't that hard to modify the formula where it calculates volume day.
Something like the following:
=if((ID-VD)>=65,VD+5,VD)
ID and VD will obviously be the cell names. What that formula will do is check to see if the intensity day is 65 lbs higher than the volume day, if it isn't it will stay the same, if it is it will increase by 5.
You can even put variables in place of the 65 and the 5 referencing to another cell so you can tweak these numbers whenever you want.
All that would do is maintain a 65lb gap. Once a 65lb gap is established it will just go back to 5lb increases forever, which is obviously not sustainable. Basically to use TM you should use your brain to program, not a spreadsheet (though it's of course fine to record your training in one.
Exactly, thats why I said "probably not the best idea to use the spreadsheet". Another option is you can also use %'s for the if statements too. Make it so VD is 85% of ID.
Something like the following:
=if((.15*ID)<=65,VD,VD+5)
That will check if VD is 85% of ID. If it is more than 85%, VD will stay the same. If is less than 85%, VD will increase by 5.
Created one, feel free to use.
https://docs.google.com/spreadsheet/...3A3dVVTY3RNVVE
Last edited by Michael Loucas; 08-21-2012 at 09:31 AM.
Bookmarks