G
Guest
I have a worksheet with a total page of item inventory and then seperate worksheets within the workbook for each type of item shown on the total page. The total page carries the last updated entry from the individual spreadsheet linked by this
=OFFSET($C$2,COUNTA($C$2:$C$28)-1,0) to the correct item column. While this works, I can only reference the last cell updated (C28) and not an array for future updates (ie: c2:c175) because if I go beyond C28, I just get a zero and NOT the last truely updated cell which would be C28. How do I correct this so when changes are made, it will automatically go to the last cell updated, as if it were a floating range
I hope I have stated this correctly and I truely appreciate any and all responses to this. As you can tell, I am NEW to the advanced worksheet function area
Regards
Cind
=OFFSET($C$2,COUNTA($C$2:$C$28)-1,0) to the correct item column. While this works, I can only reference the last cell updated (C28) and not an array for future updates (ie: c2:c175) because if I go beyond C28, I just get a zero and NOT the last truely updated cell which would be C28. How do I correct this so when changes are made, it will automatically go to the last cell updated, as if it were a floating range
I hope I have stated this correctly and I truely appreciate any and all responses to this. As you can tell, I am NEW to the advanced worksheet function area
Regards
Cind