Is there a function to find First Empty Cell and Get the Last Value in a Column? I'd like to be able to do this without VBA if possible but if not that's ok, I'll just have to make it a .xlsm file and warn users to enable it when opening..
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]PCS1[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"]Last Value[/TD]
[/TR]
[TR]
[TD]PCS2[/TD]
[TD][/TD]
[TD]PCS7[/TD]
[/TR]
[TR]
[TD]PCS3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PCS4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PCS5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PCS6[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PCS7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to fill a cell (C2) with the last value of PCS7 and then also fill another cell (D2) with the value that would come next "PCS8"
If there is a function to do this let me know!
Otherwise if its not really possible without using vba please show a simple script. thanks!
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]PCS1[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"]Last Value[/TD]
[/TR]
[TR]
[TD]PCS2[/TD]
[TD][/TD]
[TD]PCS7[/TD]
[/TR]
[TR]
[TD]PCS3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PCS4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PCS5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PCS6[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PCS7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to fill a cell (C2) with the last value of PCS7 and then also fill another cell (D2) with the value that would come next "PCS8"
If there is a function to do this let me know!
Otherwise if its not really possible without using vba please show a simple script. thanks!