Hello
Need help. Worked on this formula pieceing together stuff from google. However it doesnt work. It will work if my range is just standard text, but doesnt work with empty strings in the cell. The range I am extracting from is a column list that shows a cell if its >0 otherwise its "". Apparently google says that ISBLANK does not work with empty strings. Some suggest using COUNTBLANK, however I am without the knowledge of how to edit this formula to get it to work.
<for simplicity="" the="" formula="" is="" listed="" as="" next="" to="" column,="" however="" i="" will="" move="" it="" a="" different="" sheet="" after="" completing="" formula.="" oh="" and="" range="" not="" change="" ever="">
Thanks so much for your help
Column C on Sheet 1
Rows of numbers either 0 or > 0
Sheet 2, Column C
Rows of numbers pulling from Sheet 1 Column C, Showing only if the number >0 otherwise ""
Sheet 2, Column D
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #005109}span.s2 {color: #003ecc}span.s3 {color: #9900cc}span.s4 {color: #92371f}span.s5 {color: #2da33a}span.s6 {color: #ff8a17}</style>=IFERROR(INDEX($C$11:$C$44, SMALL(IF(ISBLANK($C$11:$C$44),"", ROW($C$11:$C$44)-MIN(ROW($C$11:$C$44))+1), ROW(C10))),"")
</for>
Need help. Worked on this formula pieceing together stuff from google. However it doesnt work. It will work if my range is just standard text, but doesnt work with empty strings in the cell. The range I am extracting from is a column list that shows a cell if its >0 otherwise its "". Apparently google says that ISBLANK does not work with empty strings. Some suggest using COUNTBLANK, however I am without the knowledge of how to edit this formula to get it to work.
<for simplicity="" the="" formula="" is="" listed="" as="" next="" to="" column,="" however="" i="" will="" move="" it="" a="" different="" sheet="" after="" completing="" formula.="" oh="" and="" range="" not="" change="" ever="">
Thanks so much for your help
Column C on Sheet 1
Rows of numbers either 0 or > 0
Sheet 2, Column C
Rows of numbers pulling from Sheet 1 Column C, Showing only if the number >0 otherwise ""
Sheet 2, Column D
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; color: #000000}span.s1 {color: #005109}span.s2 {color: #003ecc}span.s3 {color: #9900cc}span.s4 {color: #92371f}span.s5 {color: #2da33a}span.s6 {color: #ff8a17}</style>=IFERROR(INDEX($C$11:$C$44, SMALL(IF(ISBLANK($C$11:$C$44),"", ROW($C$11:$C$44)-MIN(ROW($C$11:$C$44))+1), ROW(C10))),"")
</for>