Hi,
I have been working on this vba script for a while now and this is the piece that I need to complete it. I tried to do this myself with STRCOMP Function but it didn't work or not the correct function.
Compare Colum H (Total Buy Box Price) & Column J (Seller Price) if Column H (Total Buy Box Price) is higher than Column J (Seller Price) then equal Column H (Total buy box price) and lower by .10 in Column J (Seller Price) Column then output the results in Column N (Total Seller Price) and change cell to red. On another sheet called products-selected, copy Column N (Total Seller Price) and column B (sellersku).
If Column H (Total Buy Box Price) is lower than Column J (Seller Price) then lower Column J (Seller Price) to 5% if column J (Seller Price) is within 10% of Column H (Total Buy Box Price), If not then keep the same amount.
If this makes sense great, if not I can create some examples?
I hope you guys like a challenge because this one to me is difficult and would probably need an advanced programmer. I know you guys like challenges though. I tried it myself and over my head.
thanks again for helping me on this.
I have been working on this vba script for a while now and this is the piece that I need to complete it. I tried to do this myself with STRCOMP Function but it didn't work or not the correct function.
Compare Colum H (Total Buy Box Price) & Column J (Seller Price) if Column H (Total Buy Box Price) is higher than Column J (Seller Price) then equal Column H (Total buy box price) and lower by .10 in Column J (Seller Price) Column then output the results in Column N (Total Seller Price) and change cell to red. On another sheet called products-selected, copy Column N (Total Seller Price) and column B (sellersku).
If Column H (Total Buy Box Price) is lower than Column J (Seller Price) then lower Column J (Seller Price) to 5% if column J (Seller Price) is within 10% of Column H (Total Buy Box Price), If not then keep the same amount.
If this makes sense great, if not I can create some examples?
I hope you guys like a challenge because this one to me is difficult and would probably need an advanced programmer. I know you guys like challenges though. I tried it myself and over my head.
thanks again for helping me on this.