Forum Discussion

TKIng1917's avatar
TKIng1917
Copper Contributor
May 16, 2023

Complex validation

I need to return a blank cell (in MERP) if A1 has a name, and if it has a number, to use the name in A1 until a new name is encountered.  Currently, the formula in the MERP column is =IF((ISTEXT(A1))=TRUE," ",$A$1), but the absolute reference only returns the value in A1.  I need to go down A1 until a new name is encountered and use that name.    I'm not very good with complex formulas, so any assistance is appreciated.

 

NAMESum of DebitSum of Credit Test Debit  Test Credit MERP Name
Ford, Henry1925.77293.45       1,925.77            293.45 
22100229.44229.44           229.44            229.44Ford, Henry
2210299               9.00                 9.00Ford, Henry
2210346.0146.01             46.01              46.01Ford, Henry
2210499               9.00                 9.00Ford, Henry
510411499.6        1,499.60                     -  Ford, Henry
51042132.72            132.72                     -  Ford, Henry
Presley, Elvis3349.53686.23       3,349.53            686.23 
21160 27.53                    -                27.53Ford, Henry



Resources