Hello!
I have made alot of formulas that gives me some valuable data in months from daily transactions, and i also want these formulsas to summarize in weekly data. Some exemples on some of my formulas is;
Result on month =SUMPRODUCT((MONTH(Logg!$C$24:$BN$24)=C75)*(YEAR(Logg!$C$24:$BN$24)=2016)*(Logg!$C$60:$BN$60))
Ave gain on capital =SUMPRODUCT((MONTH(Logg!$C$24:$BN$24)=C75)*(YEAR(Logg!$C$24:$BN$24)=2016)*(Logg!$C$61:$BN$61>0)*Logg!$C$61:$BN$61)/SUMPRODUCT((MONTH(Logg!$C$24:$BN$24)=C75)*(YEAR(Logg!$C$24:$BN$24)=2016)*(Logg!$C$61:$BN$61>0))
So, how will i retype the formulas to only take data from weeks? Can i just change the MONTH in each to something? And then also change =C75 to instead a cell that says for example 32 (for week 32)?
I hope you have som great solution to this, looking forward to it!
Thanks and best regards
I have made alot of formulas that gives me some valuable data in months from daily transactions, and i also want these formulsas to summarize in weekly data. Some exemples on some of my formulas is;
Result on month =SUMPRODUCT((MONTH(Logg!$C$24:$BN$24)=C75)*(YEAR(Logg!$C$24:$BN$24)=2016)*(Logg!$C$60:$BN$60))
Ave gain on capital =SUMPRODUCT((MONTH(Logg!$C$24:$BN$24)=C75)*(YEAR(Logg!$C$24:$BN$24)=2016)*(Logg!$C$61:$BN$61>0)*Logg!$C$61:$BN$61)/SUMPRODUCT((MONTH(Logg!$C$24:$BN$24)=C75)*(YEAR(Logg!$C$24:$BN$24)=2016)*(Logg!$C$61:$BN$61>0))
So, how will i retype the formulas to only take data from weeks? Can i just change the MONTH in each to something? And then also change =C75 to instead a cell that says for example 32 (for week 32)?
I hope you have som great solution to this, looking forward to it!
Thanks and best regards