I cannot figure out why my formula is producing a [NULL] instead of the desired output. Below is example of workflow:
Formula for 'Device Count' field:
[0DR]+[2DR]+[6DR]+[SIM]+[DIM]+[PAS]+[7DR]+[STO]+[DTO]+[HTO]+[RRM]+[SRM]
(All of these fields are double)
Here is an example of the data:
| Ship To | Ship To Name | 0DR | 2DR | 6DR | SIM | DIM | PAS | 7DR | STO | DTO | HTO | RRM | SRM | Device Count |
| XXX | XXX | | 2 | 15 | | | 9 | 6 | 7 | | | | 11 | |
| XXX | XXX | | 2 | 14 | | | 5 | 8 | 1 | 5 | 1 | | | |
| XXX | XXX | | | 1 | | | | | | | | | | |
| XXX | XXX | | 6 | 17 | | | 13 | 11 | 13 | 2 | | | 21 | |