E
emm8080
Hi
I want to search a range of cells in a column to find the last use
cell and then return the address of the last cell so that I can us
this address in another function. The address of the last cell wil
change on a weekly basis.
This is the function I am using to find a unique value in a colum
using a condition from another column. (kindly provided by Fran
Kabel!)
=SUM(IF(FREQUENCY(IF(($E$2:$E22=$A27),MATCH($D$2:$D22,$D$2:$D22,0),""),IF(($E$2:$E22=$A27),MATCH($D$2:$D22,$D$2:$D22,0),""))>0,1))
I need the E22 and the D22 (ie the last cell addresses in thei
respective columns) to be updated when the new function returns th
last cell address of each column (unless this can be done within th
current function??). The two columns will always have the same numbe
of used rows ie if column E's last cell address is 22 then column D'
will also be 22.
Thanks
Emm
I want to search a range of cells in a column to find the last use
cell and then return the address of the last cell so that I can us
this address in another function. The address of the last cell wil
change on a weekly basis.
This is the function I am using to find a unique value in a colum
using a condition from another column. (kindly provided by Fran
Kabel!)
=SUM(IF(FREQUENCY(IF(($E$2:$E22=$A27),MATCH($D$2:$D22,$D$2:$D22,0),""),IF(($E$2:$E22=$A27),MATCH($D$2:$D22,$D$2:$D22,0),""))>0,1))
I need the E22 and the D22 (ie the last cell addresses in thei
respective columns) to be updated when the new function returns th
last cell address of each column (unless this can be done within th
current function??). The two columns will always have the same numbe
of used rows ie if column E's last cell address is 22 then column D'
will also be 22.
Thanks
Emm