Hello My Dear I want Your Help to Convert Equations for fm 01.05 till 31.05 Sheet and Every month a new one will be opened in the future ,which in columns start From A till E
This is because the file has become very heavy and it is not easy to handle. Thank you very much
This is because the file has become very heavy and it is not easy to handle. Thank you very much
Code:
=LET(data1,'Nefertity For Natural Oils'!$A$3:$D$2084,data2,'City Tour'!$A$3:$D$1129,filterdata1,FILTER(data1,(INDEX(data1,0,1)>=$G$1)*(INDEX(data1,0,1)<=$H$1)),udata1,UNIQUE(CHOOSECOLS(filterdata1,1,4)),filterdata2,FILTER(data2,(INDEX(data2,0,1)>=$G$1)*(INDEX(data2,0,1)<=H1)),udata2,UNIQUE(CHOOSECOLS(filterdata2,1,4)),VSTACK(udata1,udata2))
Code:
=IF($A4="","",IF(ROW($A1)<=ROUND(SUMPRODUCT((('Nefertity For Natural Oils'!$A$3:$A$2084>=$G$1)*('Nefertity For Natural Oils'!$A$3:$A$2084<=$H$1)*('Nefertity For Natural Oils'!$A$3:$A$2084<>""))/COUNTIFS('Nefertity For Natural Oils'!$A$3:$A$2084,'Nefertity For Natural Oils'!$A$3:$A$2084&"",'Nefertity For Natural Oils'!$D$3:$D$2084,'Nefertity For Natural Oils'!$D$3:$D$2084&"")),0),SUMIFS('Nefertity For Natural Oils'!$I$3:$I$2084,'Nefertity For Natural Oils'!$A$3:$A$2084,$A4,'Nefertity For Natural Oils'!$D$3:$D$2084,$B4),SUMIFS('City Tour'!$J$3:$J$1129,'City Tour'!$A$3:$A$1129,$A4,'City Tour'!$D$3:$D$1129,$B4)))