Apologies if post title isn't properly worded. I have a sheet in my workbook that calculates tax. There are several rows, and some rows depend on the value from an earlier row. Bottom line, there are two input parameters, in cells A1 and A2, and the answer is generated in cell A10.
This can only be used manually, i.e. I have to enter the two values every time I want to calculate tax. Is it possible to make a callable function out of this? I have another sheet that contains a list of values that correspond to the A1 and A2 parameters in my tax calculator. For each set of values, I'd like to automatically "call" my tax calculator and get the result.
This can only be used manually, i.e. I have to enter the two values every time I want to calculate tax. Is it possible to make a callable function out of this? I have another sheet that contains a list of values that correspond to the A1 and A2 parameters in my tax calculator. For each set of values, I'd like to automatically "call" my tax calculator and get the result.