Hi everybody. I have a spreadsheet where people add information, and other spreadsheets that do calculations to check that the information entered makes sense (for instance, that the quotient between two values is less than X).
I would like to refine the process, so that automatically prompts a confirmation when the program suspects the information doesn't make too much sense.
I'll give you an example.
Column A has purchase dates
Column B has return dates
I already conditionally formatted the cells in order to fill them in red if "B is less than A", but I would also like to have a message prompted saying "Are you sure that B is less than A?"
I would also like to have similar messages for more complex conditioning (for instance, if "B is less than A" & "C is different from USA" & "D equals F")
I have some experience in Stata programming, but not in VBA (I just limited myself to copy and paste codes from the internet, but I think I will be able to manipulate the conditions as long as I know where they are).
Many thanks in advance!
I would like to refine the process, so that automatically prompts a confirmation when the program suspects the information doesn't make too much sense.
I'll give you an example.
Column A has purchase dates
Column B has return dates
I already conditionally formatted the cells in order to fill them in red if "B is less than A", but I would also like to have a message prompted saying "Are you sure that B is less than A?"
I would also like to have similar messages for more complex conditioning (for instance, if "B is less than A" & "C is different from USA" & "D equals F")
I have some experience in Stata programming, but not in VBA (I just limited myself to copy and paste codes from the internet, but I think I will be able to manipulate the conditions as long as I know where they are).
Many thanks in advance!