S sachar Member Feb 20, 2016 #1 Dear All, With reference to the attach sample file, May I know what is the wrong with OFFSET formula in the worksheet column “Q” highlighted with Yellow colour that is returning the “#VALUE”. Please help me? Attachments Sample File_dashboard_six_senses_budget_offset.xlsx Sample File_dashboard_six_senses_budget_offset.xlsx 25.2 KB · Views: 9
Dear All, With reference to the attach sample file, May I know what is the wrong with OFFSET formula in the worksheet column “Q” highlighted with Yellow colour that is returning the “#VALUE”. Please help me?
N NARAYANK991 Excel Ninja Feb 20, 2016 #2 Hi , There is nothing wrong with the formula except the way it has been used. If you want the SUM of all the values in the column C , then the correct formula to use would be : =SUM(OFFSET($B$9,0,1,COUNTA($B9:$B66),1)) Narayan
Hi , There is nothing wrong with the formula except the way it has been used. If you want the SUM of all the values in the column C , then the correct formula to use would be : =SUM(OFFSET($B$9,0,1,COUNTA($B9:$B66),1)) Narayan
S sachar Member Feb 20, 2016 #3 Dear Narayank, I want to use this for name range, and after that apply in Data Validation for making the Dashboard to select the period. Thanks for any kind of help.
Dear Narayank, I want to use this for name range, and after that apply in Data Validation for making the Dashboard to select the period. Thanks for any kind of help.
N NARAYANK991 Excel Ninja Feb 20, 2016 #4 Hi , See your file now. Narayan Attachments Sample File_dashboard_six_senses_budget_offset.xlsx Sample File_dashboard_six_senses_budget_offset.xlsx 24.3 KB · Views: 11
B bosco_yip Excel Ninja Feb 21, 2016 #5 sachar said: Dear Narayank, I want to use this for name range, and after that apply in Data Validation for making the Dashboard to select the period. Thanks for any kind of help. Click to expand... Another option, D4 : =OFFSET(B8,MATCH(C2,B9:B66,0),MATCH(C4,C8:T8,0)) Regards Bosco Attachments Copy of dashboard_six_senses_2016_Offset Formula.xlsx Copy of dashboard_six_senses_2016_Offset Formula.xlsx 15.7 KB · Views: 11
sachar said: Dear Narayank, I want to use this for name range, and after that apply in Data Validation for making the Dashboard to select the period. Thanks for any kind of help. Click to expand... Another option, D4 : =OFFSET(B8,MATCH(C2,B9:B66,0),MATCH(C4,C8:T8,0)) Regards Bosco