I am building excel sheets to simplify my life with co-management that are not "EXCEL SAVVY". I came across a dilemma that made me feel like the un-savvy employee in this matter.
For scheduling production needs i am using this formula to manage capacities of storage so i can reference this cell value for previously ran quantities and compare to yet to build quantities.
My current formula works great for my current setup until today when an order was cancelled and i had to remove it from the filter list, my quantities for previously ran did not recalculate for capacities and i had to manually enter values. How can i change this formula to only reference visible rows?
=IFERROR(SUMIF($E$2:$E3,E4,$J$2:$J3),"")
Range will increase as progressing down schedules
For scheduling production needs i am using this formula to manage capacities of storage so i can reference this cell value for previously ran quantities and compare to yet to build quantities.
My current formula works great for my current setup until today when an order was cancelled and i had to remove it from the filter list, my quantities for previously ran did not recalculate for capacities and i had to manually enter values. How can i change this formula to only reference visible rows?
=IFERROR(SUMIF($E$2:$E3,E4,$J$2:$J3),"")
Range will increase as progressing down schedules