I have a data as showing below chart.
A B C D E Count of Operators.(This is Answer)
WCDMA CDMA GSM GSM CDMA 3
CDMA CDMA GSM GSM CDMA 2
GSM CDMA GSM GSM CDMA 2
CDMA CDMA CDMA CDMA CDMA 1
WCDMA WCDMA WCDMA WCDMA WCDMA 1
I need a formula that can show how many operators are in columns as showing...
I have a data in Column "A". I want a VBA Code for Text to Column.
Column A Data : 1-1-LAM1,04/10/13 00:01:21,67.25
VBA Code Required for below format
1 1 LAM1 4/10/2013 00:01:21 67.25
I have a excel sheet.
I need a formula that can find what i need.
I am not good in excel. So, Please help.
Example.
Date - 1 2 3 4 5 6 7 8 9
Value-1 0 0 1 2 0 5 2 0 0 = ( Formula Required )
Value-2 0 0 5 4 0 0 0 0 0 =
Value-3 0 0...