Hi all,
It would be better, if you can open my attached file before you deal with the problem.
Ignore the INPUT set of cells. My cells of issues are only with OUTPUT cells and the BALANCE TRACKER table. For the present scenario, consider project A being allotted for person X only in the all the three months. In this case, I can find the balance and keep a track of it in the TRACKER table. But, the real problem happens when I allot some other projects say, B or C in the month of Jan or Feb. In such a case, If the project A is allotted in any one of the previous months how can I find the balance from the balance of that allotted month?. Also, if the project A is not allotted in any of the months, how can I find the balance from the original budget amount of that project.
I have tried to put my words in the form a logic below.
Problem to be solved for: Cell R8
Requirement: Simple logic to replace------> IF(ISNUMBER(LOOKP(R8, L19:O21,3,FALSE),VLOOKUP(R8,L19:O21,3,FALSE)-S8, IF(ISNUMBER(LOOKUP(R8,L19:O21,2,FALSE),VLOOKUP(R8,L19:O21,2,FALSE)-S8, VLOOKUP(R8,A8:B11,2,FALSE)-S8)))
Need for a simple logic: I find this logic getting more complex when I use it for the next upcoming months and I cannot imagine how it would be for the month of december!!
So, please help me with a simple logic which I can use it for all the months. If you got any difficulty in understanding my problem, please do let me know.
Thanks in advance
Bookmarks