1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Entering data in cell with formula breaks autofill of formula for new rows in table

Our take

When working with formulas in tables, maintaining functionality during data entry can be challenging. In your case, using the formula =IF(N3="Yes"; "N/A";"") in columns O and P prevents the autofill feature from functioning as intended, especially when entering dates. To resolve this, consider utilizing a structured approach with dynamic arrays or leveraging table features that automatically replicate formulas in new rows. This way, you can maintain your conditional logic without disrupting the autofill capability when adding new data.

In my table, column N in each row needs to be filled out with either 'Yes' or 'No'. Column O and column P both should have 'N/A' if column N is 'Yes', but if column N is 'No', Column O and P should be blank and have a date entered in it later.

This is accomplished by the formula =IF(N3="Yes"; "N/A";""). The only problem is that when I then enter a date in Column O and P, this breaks the autofill formula, so any new rows added don't get the formula =IF(N3="Yes"; "N/A";"").

What might be the best way to get around this?

submitted by /u/Serious-Assistance12
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles

Tagged with