Hi
I need to fill cells - actual balance, base on these conditions:
1. account nr.
2. date, if there is no date balance than have to fill previous cell (date balance)
I did this, but it doesn't fill missing date:
=IF(MATCH(1,($B$2:$B$30=E3)*($A$2:$A$30=$F$2),0),VLOOKUP(E3,$B:$C,2,FALSE),F2)
thanks
fill.xlsx
Bookmarks