deepak_pathania
New Member
- Joined
- Aug 17, 2011
- Messages
- 1
I have one very big spreadsheet "Input Spreadsheet"
and I need to format the data base on some conditions
to create new out put file
Input Spreadsheet :-
--------------------
Column A | Column B
---------------------
AB | 12
AB | 13
AC | 14
AB | 12
AD | 12
AB | 12
AC | 14
AC | 13
AD | 12
AD | 15
AD | 15
Condition : Column A has 4 entries for "AB" . Column B has also
4 entries corresponding to "AB" i.e 3 rows of "12" and 1 row of
"13" . So we want to represet output data as given below . In Final spreadsheet I am showing count for "AB,"AC" and "AD"
Spreadsheet for example:
--------------------------------
Column A | Column B | COunt
---------------------------------
AB | 12 | 3
AB | 13 | 1
Final Formatted Data Spreadsheet :
--------------------------------
Column A | Column B | COunt
---------------------------------
AB | 12 | 3
AB | 13 | 1
AC | 14 | 2
AC | 13 | 1
AD | 12 | 2
AD | 15 | 2
Please provide me the formula to format the data in this way
and I need to format the data base on some conditions
to create new out put file
Input Spreadsheet :-
--------------------
Column A | Column B
---------------------
AB | 12
AB | 13
AC | 14
AB | 12
AD | 12
AB | 12
AC | 14
AC | 13
AD | 12
AD | 15
AD | 15
Condition : Column A has 4 entries for "AB" . Column B has also
4 entries corresponding to "AB" i.e 3 rows of "12" and 1 row of
"13" . So we want to represet output data as given below . In Final spreadsheet I am showing count for "AB,"AC" and "AD"
Spreadsheet for example:
--------------------------------
Column A | Column B | COunt
---------------------------------
AB | 12 | 3
AB | 13 | 1
Final Formatted Data Spreadsheet :
--------------------------------
Column A | Column B | COunt
---------------------------------
AB | 12 | 3
AB | 13 | 1
AC | 14 | 2
AC | 13 | 1
AD | 12 | 2
AD | 15 | 2
Please provide me the formula to format the data in this way