27th February 2016, 03:05 PM
|
Member
|
|
Join Date: Jan 1970
Location: Western Australia
Posts: 3,456
|
|
Excel formula help needed.
I currently use this formula
=IF(A1="","",IF(A1="end","",MATCH("?*",INDEX(A:A,1+MATCH(B1,A:A,0)):A$1048576,0)))
to get this result.
Excel 2010 | A | B | C |
---|
1 | test1 | test1 | 5 | 2 | | data | | 3 | | data | | 4 | | data | | 5 | | data | | 6 | test2 | test2 | 4 | 7 | | data | | 8 | | data | | 9 | | data | | 10 | test3 | test3 | 3 | 11 | | data | | 12 | | data | | 13 | end | | |
Sheet1
But what i need is for it to be modified to ignore blank spaces so i can get this result.
Excel 2010 | F | G | H |
---|
1 | test1 | test1 | 4 | 2 | | data | | 3 | | | | 4 | | data | | 5 | | data | | 6 | test2 | test2 | 3 | 7 | | data | | 8 | | data | | 9 | | | | 10 | test3 | test3 | 3 | 11 | | data | | 12 | | data | | 13 | end | | |
Sheet1
__________________
One Drive
"If the corporates are treating you poorly , just go elsewhere."
"If they need you , they will soon find out."
"If you need them , you will soon find out." --moeee
_______________________________________________
|