maabadi
Well-known Member
- Joined
- Oct 22, 2012
- Messages
- 2,681
- Office Version
- 2019
- 2016
- Platform
- Windows
Hi.
I have data in range from Columns G to R. I have value "a" at column J and then 2 Empty Columns. After them I have data at column M and formula give me value "d" but I want to be "b". Also for Column Q, I have "h" but I want "c". If I have Data, this is my formula at Column M( change Column part [ COLUMNS($J:M) ] based column from Column K to R) :
I want to change Column part to take exact value (respectively a,b,c,d,e,...).
thanks
I have data in range from Columns G to R. I have value "a" at column J and then 2 Empty Columns. After them I have data at column M and formula give me value "d" but I want to be "b". Also for Column Q, I have "h" but I want "c". If I have Data, this is my formula at Column M( change Column part [ COLUMNS($J:M) ] based column from Column K to R) :
VBA Code:
MID("abcdefghijklmnopqrstuvwxyz",COLUMNS($J:M),1),""))
I want to change Column part to take exact value (respectively a,b,c,d,e,...).
thanks