I have a vlookup which changes values in the table based on the month. I have the month in the list box and the user selects it and the results change.
I have 2 lists Current ap and previous ap.
When the user select the current AP say May than the values change. i am having problems trying to automatically show the previous AP. In my list drop down box i only have the month from Jan , feb thru dec. I dont have any date to do my calculations. How to get the previous AP only with the month field. i.e if i select May i should get April as the previous ap selected and the values change based on the previous month.
I tried to base my formula on today() and extract the text(today(),"mmm_")) but i cannot do it because the user ideally selects the list from the drop down list box. can anyone help . I need to have some formula that derives the previous month (May-1 =April). My vlookups work but i have to automatically get previous ap values too.
I have 2 lists Current ap and previous ap.
When the user select the current AP say May than the values change. i am having problems trying to automatically show the previous AP. In my list drop down box i only have the month from Jan , feb thru dec. I dont have any date to do my calculations. How to get the previous AP only with the month field. i.e if i select May i should get April as the previous ap selected and the values change based on the previous month.
I tried to base my formula on today() and extract the text(today(),"mmm_")) but i cannot do it because the user ideally selects the list from the drop down list box. can anyone help . I need to have some formula that derives the previous month (May-1 =April). My vlookups work but i have to automatically get previous ap values too.