Forum Discussion
Shaun_Connolly
Jan 16, 2019Copper Contributor
Excel - Please HELP
Im trying to do this for work. Im Trying to create a formula that produces a budget amount from a table with a budget code with a corresponding Budget amount. I've used a Vlookup for this. ...
- Jan 17, 2019
Hi Shaun,
So far so good, glad to help
SergeiBaklan
Jan 16, 2019Diamond Contributor
Hi Shaun,
There is no file attached.
Shaun_Connolly
Jan 16, 2019Copper Contributor
Hi Sergei,
Hopefully it is attaching to this response.
Kind regards,
Shaun
- SergeiBaklanJan 16, 2019Diamond Contributor
Shaun, not sure I understood what is needed since samples in your post are fully different from what is in your sample file. However, for the latest to calculate Effective budget
=INDEX($P$4:$P$6,MATCH(A2,$O$4:$O$6,0))-SUMIF($A$2:$A2,$A2,$B$2:$B2)
- Shaun_ConnollyJan 16, 2019Copper ContributorHi Sergei,
That's exactly what I wanted! Thank you very much - Shaun_ConnollyJan 16, 2019Copper ContributorHi Sergei,
That's exactly what I wanted. Thank you very much!
Kind regards,
Shaun- SergeiBaklanJan 17, 2019Diamond Contributor
Hi Shaun,
So far so good, glad to help