Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
For A1, read B1?
-- David Biddulph "FSt1" wrote in message ... hi you could use a helper column next to the column with the null values. assuming the values are in column A, in the helper column put this... =if(A2="",A1,A2) Regards FSt1 "Steve C" wrote: I need to replace null values in all the cells of a column with the value in the cell directly above it. Can I run something in the next column to accomplish this? Example: A B 1 $5 2 3 $3 4 $7 5 Desired Result: Example: A B 1 $5 $5 2 $5 3 $3 $3 4 $7 $7 5 $7 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to replace null values with zero? | Setting up and Configuration of Excel | |||
replace null cells within a range to 0 | Excel Discussion (Misc queries) | |||
How do I find and replace null values in Excel 2002 worksheets? | Excel Worksheet Functions | |||
Replace Null value in Coloumn | Excel Discussion (Misc queries) | |||
Replace null string with blank cell | Excel Discussion (Misc queries) |