Y
yshridhar
I maintain my school data in excel. Column A is the ID nos of the students.
Column M contians respective Fee amounts. In columns y, z, aa, ab, ac We
maintian the sibling's IDs. We calculate the total amount of all the
siblings to pay in a column. The following is the formula we are using
IF(LEN($Y3)>1,SUM(OFFSET($M$1,MATCH($Y3,$A$2:$A$948,0),0,1,1))+SUM(OFFSET($M$1,MATCH($Z3,$A$2:$A$948,0),0,1,1))+SUM(OFFSET($M$1,MATCH($AA3,$A$2:$A$948,0),0,1,1))+SUM(OFFSET($M$1,MATCH($AB3,$A$2:$A$948,0),0,1,1))+SUM(OFFSET($M$1,MATCH($AC3,$A$2:$A$948,0),0,1,1)),0)
It works well. Can anyone please suggest me a simple procedure for it
Column M contians respective Fee amounts. In columns y, z, aa, ab, ac We
maintian the sibling's IDs. We calculate the total amount of all the
siblings to pay in a column. The following is the formula we are using
IF(LEN($Y3)>1,SUM(OFFSET($M$1,MATCH($Y3,$A$2:$A$948,0),0,1,1))+SUM(OFFSET($M$1,MATCH($Z3,$A$2:$A$948,0),0,1,1))+SUM(OFFSET($M$1,MATCH($AA3,$A$2:$A$948,0),0,1,1))+SUM(OFFSET($M$1,MATCH($AB3,$A$2:$A$948,0),0,1,1))+SUM(OFFSET($M$1,MATCH($AC3,$A$2:$A$948,0),0,1,1)),0)
It works well. Can anyone please suggest me a simple procedure for it