A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Try this - https://1drv.ms/u/s!AldvjX7HG_m7gVntcWUttbDCCl5...
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Table AccessDownload (A1:H172) Merge cells where dates are the same and if description is closing Balance
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
https://onedrive.live.com/?id=5B91884861232582%21718&cid=5B91884861232582
V this is not what I was expecting
The macro merges two rows
119 and 120
149 and 150
You will need to change the formula in master table. Put following formula in F119
=IF(OR(A119=A120,A120=""),IF(B119="Closing Balance",C119+C120+D119+D120,D120))
This will make sure that your formula is executed even if A120 is blank.
The excel file which you have posted already contains the code.
You will need to download the workbook.
You can copy the first table into second sheet.
You can click anywhere in second sheet to make it active (The code runs on active sheet)
And press ALT+F8 to display the macros.
You can run MergeCells macro.