Help with Formula using Analysis ToolPack Function ISODD

T

Tinä

Hi Peo,

Thank you, but this workaround gives me the* total * number of Od
numbers for the complete Dynamic Named Range ROOMS.

=SUMPRODUCT(--(MOD(ROOMS,2)=1))

Is it possible to get the *count of Odd numbers per/ for eac
individual Row of 9 Columns* using the Dynamic Named Range ROOMS.

Thanks
Tinä

Peo said:
One workaround
=SUMPRODUCT(--(MOD(ROOMS,2)=1))

Regards,
Peo Sjoblom
 
P

Peo Sjoblom

Sure, just use index as well, for the first row you can use

=SUMPRODUCT(--(MOD(INDEX(ROOMS,1,),2)=1))

just change the 1 after ROOMS to whatever row you want to count

Regards,

Peo Sjoblom


Tinä said:
Hi Peo,

Thank you, but this workaround gives me the* total * number of Odd
numbers for the complete Dynamic Named Range ROOMS.

=SUMPRODUCT(--(MOD(ROOMS,2)=1))

Is it possible to get the *count of Odd numbers per/ for each
individual Row of 9 Columns* using the Dynamic Named Range ROOMS.

Thanks
Tinä
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top