Forum Discussion
ajmal_pottekattil_yoousuf
Apr 25, 2023Iron Contributor
Transpose the value
Ledger Partner Debit Credit Credit (VAT) Turbine Services & Solutions Aerospace 3,570.00 3,400.00 170.00 Sales A/C VAT SR Output TRICON Trading & ...
- Apr 26, 2023
I don't see/understand the rounding issue you refer to. Instead of sharing video or Word doc. could you please:
- Use your actual data
- Refresh the query I shared
- Highlight any rounding issue in the resulting table
and then share the Excel file
Lorenzo
Apr 25, 2023Silver Contributor
With data formatted as Table named Table1
in G1:
=LET(
k, SEQUENCE(ROWS(Table1)),
l, MOD(k,3),
e, IF(ISBLANK(Table1[[Ledger]:[Debit]]),"",Table1[[Ledger]:[Debit]]),
s, INDEX(e,k,SEQUENCE(,3)),
VSTACK(Table1[[#Headers],[Ledger]:[Credit]],
HSTACK(s, IFS(l=1,"", l=2, INDEX(Table1[Credit],k-1), TRUE,INDEX(Table1[Credit (VAT)],k-2)))
)
)ajmal_pottekattil_yoousuf
Apr 25, 2023Iron Contributor
I am not using the updated Microsoft updated version.
I am using 2016 Version.
I am using 2016 Version.
- LorenzoApr 25, 2023Silver Contributor
See sheet 'XL 2016' in attached workbook
- LorenzoApr 25, 2023Silver ContributorYou tagged your initial post with 'Excel for web' that has all the functions used in the suggested solution
- ajmal_pottekattil_yoousufApr 25, 2023Iron ContributorSorry for this mistake.
Could you please guide me .to how to solve this issue.