Good morning/afternoon/evening everyone! Something I ran into today that I've searched the depths of the web to find a solution to, with no luck, is that I have a formula in many rows of Column "I" of a worksheet. The formula in each cell within Column I looks at the values of the corresponding cell in Columns A, F, G, and H to determine a "Yes" or "No" value. If the formula generates a "Yes" then great-- I don't need to do anything. However, if the formula generates a "No", then I need to automatically change the value of the corresponding cell in Column "R" to "Disabled".
Here is the VBA that I started with:
The above code works perfectly if I manually enter "No" in Column I. I've used this same code for many years for data that is manually entered. But I've tried a slew of suggestions I've found across other people trying to accomplish this same thing as me today (using a formula), and can't find an answer that works for me. This is also just a small sample of data.... I have a few hundred rows of data to maintain, so this is why I rely on a formula in Column I.... manual text entry in Column I is really not an option.![]()
Please Login or Register to view this content.
Does anyone know how I can accomplish using a "No" in Column I that has been generated by a formula, to then generate the string "Disabled" in the corresponding cell in Column R? I have an example file here:
TestFile.xlsm
Thanks so much!!!!!!!!!!!!!!!!
Bookmarks