Forum Discussion
Tejas_shah
May 29, 2024Brass Contributor
How to get the Account code from the formula refer the amount column
Hi,
I have 2 sheets in workbook. 1st sheet is Summary sheet and other one is details sheet. I have attached the sample sheet with required result in highlighted cells,
1st sheet having the sample balance sheet where it summarizes the accounts amounts from the details sheet. i want the account number in 1st sheet against group of balance sheet accounts as per the amount total.
Thank you in advance
Tejas Shah
- Riny_van_EekelenPlatinum Contributor
Try this:
=SUM(MMULT(TRANSPOSE(Details!$F$4:$F$14),--(Details!$B$4:$B$14=E4:J4)))
Entered in D4 of the attached file and copied down.
- Tejas_shahBrass ContributorThank you for the reply I want the accounts no which is highlighted in summary sheet.
- Riny_van_EekelenPlatinum Contributor
Sorry, but i don't understand.