You can do it by
=GETPIVOTDATA("Sales",named_range,"Name","Simon","Month","Jan")+GETPIVOTDATA("Sales",named_range,"Name","Simon","Month","Feb")
If you need to do ad hoc months why not set the report up so the months are in your rows and the getpivot formula points to them and do quick sum statements for when you need it