Dear All,
I have created an excel file of Column A "Package Nos" abd Column B" Total" like the following :-
PACKAGES TOTAL
121,125,140 =(LEN(A1)-LEN(SUBSTITUTE(A1, ",",)))/1+1 = 3
135,18 =(LEN(A2)-LEN(SUBSTITUTE(A2, ",",)))/1+1 = 2
GRAND TOTAL IS 5
Here, by this formula, total comma is taken among the numbers +1 to know total packages of each row. Then Grand Total
Total rows would be around 100+
Here, I want to delete the Column B and grand total should be displayed below Column A with a single formula
How it can be done. Help is requested.
VDS
I have created an excel file of Column A "Package Nos" abd Column B" Total" like the following :-
PACKAGES TOTAL
121,125,140 =(LEN(A1)-LEN(SUBSTITUTE(A1, ",",)))/1+1 = 3
135,18 =(LEN(A2)-LEN(SUBSTITUTE(A2, ",",)))/1+1 = 2
GRAND TOTAL IS 5
Here, by this formula, total comma is taken among the numbers +1 to know total packages of each row. Then Grand Total
Total rows would be around 100+
Here, I want to delete the Column B and grand total should be displayed below Column A with a single formula
How it can be done. Help is requested.
VDS