B
bg12
Hi,
I am using Excel 2010 and have the following problem with summarizin
data.
I am creating an order form in Excel, where I have different product
listed on 7 different sheets.
I need to create an order summary on a seperate sheet – so whenever
customer chooses/orders a number of products in some of the 7 produc
sheets, this value including product name etc should be copied t
summary sheet and be updated automatically.
I have managed to create simple formulas that copy all this data to on
sheet, but these then also copy all the empty rows where nothing i
ordered. I still need to be able to summarize this, so the empty row
are removed on the summary.
I have tried the below formula:
=IF(ISERROR(SMALL(IF(A1:A700<>"",ROW(A1:A700)),RO
())),"",INDEX(A:A,MATCH(SMALL(IF(A1:A700<>"",ROW(A1:A700)),ROW()),IF(A1:A70
<>"",ROW(A1:A700)),0)))
And it works if data that you need to summarize is inserted manually an
other cells are really empty. Then you get your summary with empty row
removed. But in my case, all the cells contain formulas which cop
values from the other sheets, so they are not empty although the resul
of the formula leaves the cell blank when no value is chosen orde
sheets.
Is there a different formula I should use that would work with cell
that contain a formula, but return no value?
Thanks !!!
I am using Excel 2010 and have the following problem with summarizin
data.
I am creating an order form in Excel, where I have different product
listed on 7 different sheets.
I need to create an order summary on a seperate sheet – so whenever
customer chooses/orders a number of products in some of the 7 produc
sheets, this value including product name etc should be copied t
summary sheet and be updated automatically.
I have managed to create simple formulas that copy all this data to on
sheet, but these then also copy all the empty rows where nothing i
ordered. I still need to be able to summarize this, so the empty row
are removed on the summary.
I have tried the below formula:
=IF(ISERROR(SMALL(IF(A1:A700<>"",ROW(A1:A700)),RO
())),"",INDEX(A:A,MATCH(SMALL(IF(A1:A700<>"",ROW(A1:A700)),ROW()),IF(A1:A70
<>"",ROW(A1:A700)),0)))
And it works if data that you need to summarize is inserted manually an
other cells are really empty. Then you get your summary with empty row
removed. But in my case, all the cells contain formulas which cop
values from the other sheets, so they are not empty although the resul
of the formula leaves the cell blank when no value is chosen orde
sheets.
Is there a different formula I should use that would work with cell
that contain a formula, but return no value?
Thanks !!!