Hi all
I had an interesting issue crop up today to which I am trying to resolve.
I have a list of wage payments made to employees net of PAYGW (Tax Withheld). I need to reconcile this back to gross wages.
I have compiled two additional worksheets which contain Tax tables and some calculations to pull the necessary answers from.
I am currently using the formula
part "changeable". For that purpose I have prepared a couple of lists, a couple of vlookup's and a single =Concatenate() to join the the vlookup's together. I have then changed the array to reference the concatenate cell. Doesn't work. It also doesn't work when using T()[/code].
I have tried to get my head around Formula Forensics No. 003 which Hui has referenced previously but I am struggling to follow.
The file can be found at:
https://rapidshare.com/files/3156845803/PAYGW.xlsx
Any assistance would be greatly appreciated.
Cheers
Shaun
I had an interesting issue crop up today to which I am trying to resolve.
I have a list of wage payments made to employees net of PAYGW (Tax Withheld). I need to reconcile this back to gross wages.
I have compiled two additional worksheets which contain Tax tables and some calculations to pull the necessary answers from.
I am currently using the formula
Code:
=VLOOKUP(C14,'Tax Table 2011-12'!$B$5:$C$2504,2,FALSE). I would like to be able to make the [code]'Tax Table 2011-12'!$B$5:$C$2504
I have tried to get my head around Formula Forensics No. 003 which Hui has referenced previously but I am struggling to follow.
The file can be found at:
https://rapidshare.com/files/3156845803/PAYGW.xlsx
Any assistance would be greatly appreciated.
Cheers
Shaun