excel - Macro to add up values stored in variables in a row -


i have excel file shift details employees afternoon(a), night (n) , morning (m). values filled in row. every shift, there different shift allowances different level peoples.

example: a=200, m=200 , n=400

i need sum shift allowances @ go. off course need define values of a, m , n manually before running macro.

please help.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -