Formula not working as expected

Russk68

Well-known Member
Joined
May 1, 2006
Messages
589
Office Version
  1. 365
Platform
  1. MacOS
Hi All
The link below shows 2 screenshots of the same formula with 1 working as expected and not the other. The top screen shot with the column circled in green shows the results of the column before it, condensed to the first 3 rows. The bottom screen shot with the column circled in red using the same formula does not condense the results of the column before it.
The screen shots provide the formula bar of the top cell in each column. The formulas in the column that is not working as expected were dragged down and each ROW in the formula do increase by 1 and are all array formulas. The calculations are set to auto as well.

I apologize if providing a link is not the proper way to do this. I also spent an hour trying to figure out how to attach screen shots. I tried Excel Jeanie but I couldn't figure it out and I don't think it can capture the formula bar.

https://www.dropbox.com/s/cmc1fcrgvudrabm/2017-12-05_13-41-21.png?dl=0

I've been stumped on this for a few hours and would appreciate any help.

Thank you!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
I would change
IF(ISTEXT($BF$1:$BF$2199),...

by
IF($BF$1:$BF$2199<>"",...

A more robust formula
=IFERROR(INDEX($BF$1:$BF$2199,SMALL(IF($BF$1:$BF$2199<>"",ROW($BF$1:$BF$2199)-ROW($BF$1)+1),ROWS(BF$1:BF1))),"")
Ctrl+Shift+Enter

M.
 
Upvote 0
I pasted your formula in another column and updated the rows and it works. I then pasted it back from there and updated the rows and it works. Something weird on my end.

Thank you very much for your help!
 
Upvote 0
Just an update
After many hours of frustration I discovered that hidden 0's results were causing the spaces.
Works great!
Thank you!
 
Upvote 0

Forum statistics

Threads
1,221,525
Messages
6,160,329
Members
451,637
Latest member
hvp2262

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top