I have a sheet with several tabs that I need to do some lookups and calculations
Main tab is called BreakDown
Key columns are A-Customer, C-Total ARR, E-Product
Then F through M which we will set
Tab called DontDelete is a tab for lookup
Key Columns are A-Product, G-WebPct, H-DBPct, I-APIPct, J-FedPct, K-DefPct, L-StatePct, M-VenPct
Tab Called MRR
Key Columns are A-Customer, C-ARR
Logic for BreakDown Column C#
take MRR(C#) where BreakDown(A#) Matches MRR(A#)
Logic for BreakDown Column F#
BreakDown(C#) * DontDelete(G#) Where BreakDown(E#) = DontDelete(A#)
»bp