Hello all
I am trying to figure out this Formula or I can use VBA as the formula will but put into VBA.
This is what I am trying to do
If V2 = Blank then ignore cell U2
If V2 >"" then U2 = "Lost"
This formula or VBA would be looped through 5,000 rows
=IF(ISBLANK(V2),"",U2="Lost")
I can't...