Question : local user's domain

the domain part in the local user - xyz in
'xyz\jimw'

that can only be the server/workstation name, right?

thanks

Answer : local user's domain

Instead of this:

=SUMPRODUCT((Desc="Authorized")*($L15:$AT15))

use this:

=SUM(IF(ISTEXT($L15:$AT15),0,(Desc="Authorized")*($L15:$AT15)))

Enter as an array formula by pressing CTRL+SHIFT+ENTER.

jppinto
Random Solutions  
 
programming4us programming4us