C
Curtis
I am currently using the formula
=SUMPRODUCT((--$J$5:$J$4000=$T$4007)*($AS$5:$AS$4000<0)*($AS$5:$AS$4000))
Column J is employee Id and could be formated as text or number ( raw file)
Column AS is formated as a number
Cell T4007 is formated as a number
The problem I have I get an #VALUE! unless I remove the -- in the formula
above and enter the value in cell t4007 as text
Any advice?
ce
=SUMPRODUCT((--$J$5:$J$4000=$T$4007)*($AS$5:$AS$4000<0)*($AS$5:$AS$4000))
Column J is employee Id and could be formated as text or number ( raw file)
Column AS is formated as a number
Cell T4007 is formated as a number
The problem I have I get an #VALUE! unless I remove the -- in the formula
above and enter the value in cell t4007 as text
Any advice?
ce