A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Wcstarks,
I see, thank you for clarifying. To make the formula compatible with Excel's auto-fill feature and to correctly reference the cells in the same row, you can indeed use the "@" symbol for structured referencing within Excel tables. Here's how you can adjust your formula:
=([@'Current Value'] + 1) + [@'Amt Added'] + [@'Amt Withdrawn'] + [Return] In this formula:
[@'Current Value'] refers to the "Current Value" column in the current row. [@'Amt Added'] refers to the "Amt Added" column in the current row. [@'Amt Withdrawn'] refers to the "Amt Withdrawn" column in the current row. [Return] refers to the "Return" column in the current row (as it's not part of the Excel table, it doesn't require the "@" symbol). Make sure to use single quotes (' ') around column names with spaces in their names, like "Current Value" and "Amt Added".
This formula should allow Excel to auto-fill correctly when inserting rows at or near the top of the table. If you continue to experience issues with auto-fill, ensure that your Excel table is formatted correctly and that there are no other errors in your worksheet.
I would appreciate your feedback.
Kindly note that this is a user-to-user forum, we are users helping other users, we aren't Microsoft employees and neither are we Microsoft agents.
Best regards, Amadeusz