D
Damian
OK I started a question earlier about this and I got it answered BUT now I
would like to modify it further.
Here it is:
=IF(C2=1,SUM(First:Last!A1),"")
What I need this function to do is for each worksheet check if cell C1 has 1
in it and if if does include it in the sum.
This function right now only checks C1 in the worksheet I have the function
in.
I need it to be something like this(I know this is wrong)
=IF((First:Last!C2=1),SUM(First:Last!A1),"")
Thank You
would like to modify it further.
Here it is:
=IF(C2=1,SUM(First:Last!A1),"")
What I need this function to do is for each worksheet check if cell C1 has 1
in it and if if does include it in the sum.
This function right now only checks C1 in the worksheet I have the function
in.
I need it to be something like this(I know this is wrong)
=IF((First:Last!C2=1),SUM(First:Last!A1),"")
Thank You