I want to be able to call multiple different macros with different limits for each cell in one worksheets. So for example:

If A2 is more than 500, call macro1
If A3 is more than 400, call macro2
If A4 is more than 800, call macro3

Can't seem to figure this one out.