HeRoseInThree
Board Regular
- Joined
- Jan 11, 2018
- Messages
- 103
I have a formula that works great when the spreadsheet is empty, but when I start adding any data it presents an error.
Is there a way to add iferror to keep the cell blank until the cell has pertinent data?
Is there a way to add iferror to keep the cell blank until the cell has pertinent data?
N&I - BLANK - repair bill - ESTIMATE.xlsx | |||
---|---|---|---|
O | |||
2 | #N/A | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
O2 | O2 | =IF(ISBLANK(A19),"",VLOOKUP("tow",A$19:B$38,2,0)) |