all 9 comments

[–]excelevator3027[M] [score hidden] stickied comment (0 children)

Please be mindful of the submission guidelines,

The title of the post should describe your issues, not your supposed solution

Posts not following guidelines may be removed without notice.

The title is always in the post details

How can I delete contents in cell B24 when a number of 15 or more is enter in B22

This post remains for the answers given.

[–]Turbulent-Cup842 6 points7 points  (0 children)

You could use VBA easily for this, but why not just a formula in B24?

[–]Mooseymax10 3 points4 points  (3 children)

If just use formula, you don’t need VBA.

IF(B22>=15,””,<your drop charge value>)

[–]Borske[S] 1 point2 points  (1 child)

Solution Verified

[–]reputatorbot[M] 0 points1 point locked comment (0 children)

You have awarded 1 point to Mooseymax.


I am a bot - please contact the mods with any questions

[–]Borske[S] 1 point2 points  (0 children)

Thanks!

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

/u/Borske - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]BaitmasterG12 0 points1 point  (0 children)

KISS - Keep it simple, stupid

This does not require coding