ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Returning Value of Next Non-Blank Cell in Column (https://www.excelbanter.com/excel-discussion-misc-queries/181499-returning-value-next-non-blank-cell-column.html)

Monk[_2_]

Returning Value of Next Non-Blank Cell in Column
 
cI have data in three columns. Values in Column A are calculated by an if
statement and are summed and return a value in Column B, with blank fields
appearing in the adjacent rows to the column A data. Is there a formula that
will allow for those blank cells to return the value of the next non-blank
cell (perhaps detailed in Column C?) Any thoughts would be appreciated.

A B C (peferred output)
3.2 Blank 8.6
5.4 Blank 8.6
8.6 8.6

Gary''s Student

Returning Value of Next Non-Blank Cell in Column
 
In C1 enter:

=IF(B1="",C2,B1) and copy down

--
Gary''s Student - gsnu200776


"Monk" wrote:

cI have data in three columns. Values in Column A are calculated by an if
statement and are summed and return a value in Column B, with blank fields
appearing in the adjacent rows to the column A data. Is there a formula that
will allow for those blank cells to return the value of the next non-blank
cell (perhaps detailed in Column C?) Any thoughts would be appreciated.

A B C (peferred output)
3.2 Blank 8.6
5.4 Blank 8.6
8.6 8.6


Monk[_2_]

Returning Value of Next Non-Blank Cell in Column
 
Thanks. Solve's my dilemma. Thought it would be more difficult.

"Gary''s Student" wrote:

In C1 enter:

=IF(B1="",C2,B1) and copy down

--
Gary''s Student - gsnu200776


"Monk" wrote:

cI have data in three columns. Values in Column A are calculated by an if
statement and are summed and return a value in Column B, with blank fields
appearing in the adjacent rows to the column A data. Is there a formula that
will allow for those blank cells to return the value of the next non-blank
cell (perhaps detailed in Column C?) Any thoughts would be appreciated.

A B C (peferred output)
3.2 Blank 8.6
5.4 Blank 8.6
8.6 8.6



All times are GMT +1. The time now is 08:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com