Hello,
I have the following table and need a macro that will delete the entire row if the values in columns E (Remaining) and F (Saba Remaining TUs) is not equal. So in this example here:
Rows 3 and 4 would be deleted because their values do not match.
Additional note: values in columns E and F are always numeric.
Is there a basic macro that would do this? Or maybe even a formula?
Thank you!
I have the following table and need a macro that will delete the entire row if the values in columns E (Remaining) and F (Saba Remaining TUs) is not equal. So in this example here:
ID18 - Training | Training: Training | Account Name | Expiration Date | Remaining | Saba Remaining TUs |
a150h000009XncWAAS | TR2104-7532 | x | 7/15/2022 | 36 | 36 |
a150h000009Xqc1AAC | TR2104-7550 | xx | 7/23/2022 | 40 | 30 |
a150h000009XpJ3AAK | TR2104-7543 | xxx | 7/20/2022 | 30 | 40 |
a150h000009XncgAAC | TR2104-7534 | xxxx | 7/15/2022 | 28 | 28 |
Rows 3 and 4 would be deleted because their values do not match.
Additional note: values in columns E and F are always numeric.
Is there a basic macro that would do this? Or maybe even a formula?
Thank you!