TM1 Web - Using SUBNM within an IF Statement
Posted: Tue Apr 12, 2011 4:56 pm
Hi, new to TM1 and have a question about formulas within TM1 Web:
I need to dynamically populate a couple of cells within my workbook based upon data pulled from an active form (stored on another tab within the workbook). I have used the OFFSET command and named the results (Own_CC, CheckCC1, CheckCC2, CheckCC3).
The formula I am trying to evaluate is as follows:
Basically, this formula says that if data exists in the CheckCC1-3 ranges, list that cost center. Otherwise, allow the user to choose a cost center with a SUBNM function.
This works in Excel, but when I upload to TM1 web the SUBNM functionality does not work. Has anyone successfully used this before or is there a better way to accomplish this?
Thanks in advance.
kburrows
I need to dynamically populate a couple of cells within my workbook based upon data pulled from an active form (stored on another tab within the workbook). I have used the OFFSET command and named the results (Own_CC, CheckCC1, CheckCC2, CheckCC3).
The formula I am trying to evaluate is as follows:
Code: Select all
=IF(AND(CheckCC1<>Own_CC,CheckCC1<>0),CheckCC1,IF(AND(CheckCC2<>Own_CC,CheckCC2<>0),CheckCC2,IF(AND(CheckCC3<>Own_CC,CheckCC3<>0),CheckCC3,SUBNM(Server&":DeptCC","CostCenters",""))))
This works in Excel, but when I upload to TM1 web the SUBNM functionality does not work. Has anyone successfully used this before or is there a better way to accomplish this?
Thanks in advance.
kburrows