simonharry
New Member
- Joined
- Jun 17, 2016
- Messages
- 8
Hi All,
Hopefully you can assist please as my VBA skills are unfortunately lacking in this area.
I have a spreadsheet with 2 values in different columns,
What i'm trying to do is...
Where the value in column S is greater than the value in column F, i want to replace the column F value with the column S value. In the example below, the bold entries in "Column S" would replace the values in "Column F".
My data starts on row 4 and can run down any number of rows so i'd want to repeat this "check and replace" down the entire list where applicable.
I have a number of macro's in use here so i'd be looking to do this within the VBA script.
Thank you in advance.
Hopefully you can assist please as my VBA skills are unfortunately lacking in this area.
I have a spreadsheet with 2 values in different columns,
What i'm trying to do is...
Where the value in column S is greater than the value in column F, i want to replace the column F value with the column S value. In the example below, the bold entries in "Column S" would replace the values in "Column F".
Column F | Column S |
23 | 76 |
4 | 2 |
25 | 35 |
2 | 1 |
My data starts on row 4 and can run down any number of rows so i'd want to repeat this "check and replace" down the entire list where applicable.
I have a number of macro's in use here so i'd be looking to do this within the VBA script.
Thank you in advance.