Aleksandar
New Member
Hi everyone I have a following problem which I am trying to solve.
I have following function: In cell B13 I have number 2017 which is input parameter for year. I have following function: =CUBEVALUE("ThisWorkbookDataModel";"[b2b_settleamountcur]";"[Year of closed].["&B13&"]") which sums all amount where year is 2017. How can use following logic to sum all amounts where year of amount is less than 2017. I tried to use "<"& B13 but it doesn work like in sumif function. Is it possible to use comparative operators in cubevalue function. Workbook which I am working on I don't have at the moment available to post.
I have following function: In cell B13 I have number 2017 which is input parameter for year. I have following function: =CUBEVALUE("ThisWorkbookDataModel";"[b2b_settleamountcur]";"[Year of closed].["&B13&"]") which sums all amount where year is 2017. How can use following logic to sum all amounts where year of amount is less than 2017. I tried to use "<"& B13 but it doesn work like in sumif function. Is it possible to use comparative operators in cubevalue function. Workbook which I am working on I don't have at the moment available to post.