Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have columns of data that are imported from a text file.
I need to create rows of information based on rows above. I can get it to work using the following IF function: =IF(ISBLANK(A2),A1,A2). However, if a subsequent row is blank the formula returns a 0. How do get it to use the formula result from the row above? An example of what I get is shown below: A B Name John Doe John Doe John Doe 0 Jane Smith Jane Smith Ben Gay Ben Gay Col Gate Col Gate Arthur Itis Arthur Itis |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
how do I write a vlookup function within an iserror function so t. | Excel Worksheet Functions | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions |