excel - Count through a list in packages -
i looking specific formula ( think ).
i have columme 15 different cirteria (a,b,c...)they arranged randomly , cannot changed. each criteria has individual cost (the costs differ in-between criteria).
now, have different "data-packages" each critera.
e.g.: want see in new columme in data-packages a. data-package t1 has first 2 (1-2). data-package t2 has next 3 (3-5). data-package t3 has next 2 (6-7).
so in total, 7 row c considered, starting count top. basically, want excel count down relevant numbers needed each data-package, consider used ones.
the problem: found “manual” solution in columme i.
=+if(h2<=$g$35;"t1";if(h2<=$g$37;"t2";if(h2<=$g$39;"t3";if(h2<=$g$41;"t4")))) this shows these belowng data-package "t1" etc. , in columme k
=+if(g4=1;$e4;0) so show costs.
columme g , h "help cells".
but: there 15 different criteria , ~128.000 data sets in total , great amount of data-packages , not sure if excel can handle , lot of manually work well. need more simple solution.
i thinking there must formula “counts down” e.g. consideration of used ones , give mapping of each data-package in form row i.
vba unfortunately not option because company doesn't allow it.
all appreciated!!
this screenshot of solution far

Comments
Post a Comment