Hi
Am a beginner for VBA, hence pls help on below simple case.
I have an excel shared file which is running with the VBA code. I want an VBA (not formula) for below case.
I want to auto update the 'Sheet1 Raw AM8 to AM3000' based on the cell value of Sheet4 G8 to G3000 & H8 to H3000. Following way i would want to update the cell...
If the Sheet4 G8 Columns value is more than 0, then the Sheet1 AM needs to update as Y'.
If the Sheet4 H8 Columns value is more than 0, then the Sheet1 AM needs to update as Rejected.
If both Sheet4 G8 & H8 Columns value is more than 0, then the Sheet1 AM needs to update as Rejected.
If both Sheet4 G8 & H8 Columns value is 0, then the Sheet1 AM needs to update as Approved.
Appreciate your soonest kind reply on this case... Thank you...