Cell Reference in formula

E

edwardpestian

Is there anyway to change the 1.13 and 1.23 at the end of this formula
to a cell reference: for example DK6 and DK7?

=SUMPRODUCT(--(MOD(COLUMN($F74:$CT74),3)=0),$F74:$CT74,LOOKUP(WEEKDAY($F$3:$CT$3,2),{0,1.13;5,1.23}))

Thanks in advance.

EP
 
D

Domenic

Try...

=SUMPRODUCT(--(MOD(COLUMN($F74:$CT74)-COLUMN($F74),3)=0),$F74:$CT74,LOOKU
P(WEEKDAY($F$3:$CT$3,2),{0;5},DK6:DK7))

Hope this helps!

edwardpestian
 

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