Hi,
we have a salary format in which following details are there:
A2-Month
B2 -01/04/17
B18-net payment (b18 may change monthly upwards and downwards)
b12- advances (b12 may change monthly upwards and downwards)
and other things is sometimes monthy there will be two formats in same month and amount column is "e"
i tried this formula it works but when there is two format in same month then it doesnt takes the other month format
FORMULA I USED:
IFERROR(SUMIFS(INDEX(INDIRECT("'"&$A10&"'!A:CZ"),,MATCH(C$8,INDIRECT("'"&$A10&"'!2:2"),0)+3),INDEX(INDIRECT("'"&$A10&"'!A:CZ"),,MATCH(C$8,INDIRECT("'"&$A10&"'!2:2"),0)),$B10),"")
we have a salary format in which following details are there:
A2-Month
B2 -01/04/17
B18-net payment (b18 may change monthly upwards and downwards)
b12- advances (b12 may change monthly upwards and downwards)
and other things is sometimes monthy there will be two formats in same month and amount column is "e"
i tried this formula it works but when there is two format in same month then it doesnt takes the other month format
FORMULA I USED:
IFERROR(SUMIFS(INDEX(INDIRECT("'"&$A10&"'!A:CZ"),,MATCH(C$8,INDIRECT("'"&$A10&"'!2:2"),0)+3),INDEX(INDIRECT("'"&$A10&"'!A:CZ"),,MATCH(C$8,INDIRECT("'"&$A10&"'!2:2"),0)),$B10),"")