Can someone please help me write a formula that will populate cells based on information in the adjacent column. Based on the attached spreadsheet. Data in column A and wanted populate column B with values in Column A where values in Column A equals to Zero. Here is my example and spreadsheet is attached
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.
=IF(A3=0;IF(A2=0;B2;A2);""