Filling Zero cells with Non Zero cell values

Daston

New Member
Joined
Dec 6, 2023
Messages
1
Trying to find a formula to fill 0 values with the first non zero value to the right of it. In other words non zero cell value needs to fill all zero cells to the left of it.

The attached image shows it done in columns filling values AFTER each but I need it to occur BEFORE.

I feel like a writer writing a novel with writers block on Chapter ONE 😆

To avoid confusion, I need it to work within a certain ROW instead of COLUMNS.
Screenshot_20231206-093304_Samsung Internet.jpg
 
Last edited by a moderator:

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi, welcome to the forum! Something like this maybe:

Book1
ABCDEFGHIJ
100123050994
2111235599994
Sheet1
Cell Formulas
RangeFormula
A2:J2A2=XLOOKUP(TRUE,A1:$J1<>0,A1:$J1)
 
Upvote 1

Forum statistics

Threads
1,224,823
Messages
6,181,183
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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