S
seanryanie
I'm looking to obtain code that will do the following:-
Loop through Text/Numeric values in Col C, if it meets certain criteria then place variable text in Col H
The criteria I wish to test against is multiple e.g Test if:-
the fist 3 characters in Col C are the letters ABC + the value in Col D is blank but the value in Col E is >0 then place the text "Job Done" in Col H
Example 2 might be Test if:-
There is the text "Credit Transfer" in Col C + there is also 5 numeric values in Col C (can be any numeric value) + the value in Col D is blank but the value in Col E is >0 then place the text "Job Not Done" in Col H
Example 3 might be Test if:-
There is the text "BOD" in Col C + there is also 6 numeric values & 8 numeric values also in Col C (can be any numeric value) + the value in Col D is blank but the value in Col E is >0 then place the text "Job Pending" in Col H
If I can master above, I can add further scenarios
Loop through Text/Numeric values in Col C, if it meets certain criteria then place variable text in Col H
The criteria I wish to test against is multiple e.g Test if:-
the fist 3 characters in Col C are the letters ABC + the value in Col D is blank but the value in Col E is >0 then place the text "Job Done" in Col H
Example 2 might be Test if:-
There is the text "Credit Transfer" in Col C + there is also 5 numeric values in Col C (can be any numeric value) + the value in Col D is blank but the value in Col E is >0 then place the text "Job Not Done" in Col H
Example 3 might be Test if:-
There is the text "BOD" in Col C + there is also 6 numeric values & 8 numeric values also in Col C (can be any numeric value) + the value in Col D is blank but the value in Col E is >0 then place the text "Job Pending" in Col H
If I can master above, I can add further scenarios