Could not figure out how to modify the formula to read newly added data from E473 to T40 in this inherited work book
Sheet = CTF Data
Thanks
Reading new column data using same formula
-
-
-
All the COUNTA() portions in your formula need to yield the same result, because all the criteria ranges in SUMIFS need to be same size.
-
Thanks
Could you please show how to modify this!!!! -
Here is an example for T40:
=SUMIFS($B$4:OFFSET($B$4,COUNTA($B:$B)-1,0),$C$4:OFFSET($C$4,COUNTA($B:$B)-1,0),CONCATENATE(Current_Year," - ",Nov_Month_No),$A$4:OFFSET($A$4,COUNTA($B:$B)-1,0),Current_Admin)
In order to ensure you don't get the #VALUE! error, you need to make sure that all the range sizes in your SUMIFS formula are the same size. By using a single column that you know will be full from top to bottom, you will ensure same size ranges.
-
Thanks NBVC- I will give it a go!!!!!!!!!!
-
-
Still get the result from column B not from column E
-
Try:
=SUMIFS($E$4:OFFSET($E$4,COUNTA($B:$B)-1,0),$C$4:OFFSET($C$4,COUNTA($B:$B)-1,0),CONCATENATE(Current_Year," - ",Nov_Month_No),$A$4:OFFSET($A$4,COUNTA($B:$B)-1,0),Current_Admin)
-
Got it- Thank youuuuuuuuuuuuuuuuuuuuuuuu
-
Thanks Again -
-
You're welcome.
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!