Hello,
I would like to create an input prompt that would ask the user for a value and then it would take that value and input into a specific cell. For example:
What the the current month?
The user could type "3"
And then it would replace the value in Cell P3 with "3"
What is the current...