Hello all,
I have a four column table (columns A through D) and I have four "data entry" cells (F2, G2, H2, and I2). What I want to do is this:
I've gone through several of functions that I'm familiar but haven't been able to find a way to make this work. I suspect it is going to take some VBA to accomplish this and while I am a programmer, I am completely unfamiliar with VBA.
Can anyone offer any help with this?
Thanks in advance.
I have a four column table (columns A through D) and I have four "data entry" cells (F2, G2, H2, and I2). What I want to do is this:
- enter my data in F2 through I2
- hit enter (or whatever button excel needs me to hit)
- have those values copied into the next available row in the table (A through D)
- have F2 through I2 cleared for the next data entry
I've gone through several of functions that I'm familiar but haven't been able to find a way to make this work. I suspect it is going to take some VBA to accomplish this and while I am a programmer, I am completely unfamiliar with VBA.
Can anyone offer any help with this?
Thanks in advance.