The formula I have is working to a degree but it is not recognizing cells in a row that have a zero value (0). I have a row of numbers that have several blank cells and I am trying to display the values in order or left to right in a row including zeros. Here is the formula I have:
=IFERROR(OFFSET($B14,0,SMALL(IF($B14:$BA14<>0,COLUMN($B14:$BA14)),COLUMN(J14))-2),"")
thank you
=IFERROR(OFFSET($B14,0,SMALL(IF($B14:$BA14<>0,COLUMN($B14:$BA14)),COLUMN(J14))-2),"")
thank you