R
rob nobel
The following is an array formula....
=IF(OR(G26="",VLOOKUP(G26,$G$16:$H$23,2,FALSE)=0),"",MAX(IF($G$16:G26=G26,$H
$16:H26)+1))
1. Is there a way to enter this into the cell (G26) using VBA (as an array)?
2. If so, if the row that this is to be entered is diff to row 26, how
does this get entered into say, G35 and the references changed
appropriately?
Rob
=IF(OR(G26="",VLOOKUP(G26,$G$16:$H$23,2,FALSE)=0),"",MAX(IF($G$16:G26=G26,$H
$16:H26)+1))
1. Is there a way to enter this into the cell (G26) using VBA (as an array)?
2. If so, if the row that this is to be entered is diff to row 26, how
does this get entered into say, G35 and the references changed
appropriately?
Rob