hi I was wondering if someone could help I am trying to write a macro to change data in a cell if spacific data is in two other cells I will have various different variations of the data but the basic struture evades me.
i hav something along these lines, there is a large sheet of data that had to be run everyday and the information changes daily
could someone help with this macro ?
If Range("A").Value = "BNSSG Extra Demand" And Range("E").Value = "Almondsbury " Then Replace.Value("B") = "Almondsbury"
i hav something along these lines, there is a large sheet of data that had to be run everyday and the information changes daily
could someone help with this macro ?
If Range("A").Value = "BNSSG Extra Demand" And Range("E").Value = "Almondsbury " Then Replace.Value("B") = "Almondsbury"