Forum Discussion

OtsukareSama's avatar
OtsukareSama
Copper Contributor
Sep 29, 2022
Solved

Enter a data and then delete it quickly

Hello everybody. There is a solution that allows me to enter a data and then delete it quickly? In other words, once I have entered the data and pressed enter, for some reason, I have to go back to...
  • HansVogelaar's avatar
    HansVogelaar
    Sep 29, 2022

    OtsukareSama 

    You will need VBA code anyway, since a formula in column H cannot set column I to 0.

    I have attached two versions.

    The first uses your formula (requiring iterative calculation) in combination with some VBA.

    The second doesn't use a recursive formula and hence doesn't need iterative calculation, everything is done in the VBA code.

Resources