move to next empty cell if previous contains data

Discuss the spreadsheet application
Post Reply
pudland
Posts: 2
Joined: Tue Mar 18, 2008 9:18 pm

move to next empty cell if previous contains data

Post by pudland »

Hi,
I am looking for a way to:
have a cell "A" with variable data input, populate cell "B" with the data.
then,
move to next cell down "C", to be ready to populate with new data from cell "A".
then,
move to next cell down "D", to be ready to populate with new data from cell "A".

Thanks
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: move to next empty cell if previous contains data

Post by Villeroy »

What you describe sounds more like a database form than a spreadsheet. Cetainly it is completely unrelated to formulas (wrong sub-forum).
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
pudland
Posts: 2
Joined: Tue Mar 18, 2008 9:18 pm

Re: move to next empty cell if previous contains data

Post by pudland »

Villeroy wrote:What you describe sounds more like a database form than a spreadsheet. Cetainly it is completely unrelated to formulas (wrong sub-forum).
I was thinking there was a function with the ability to perform this.
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: move to next empty cell if previous contains data

Post by Villeroy »

There are several shortcuts for navigation in spreadsheets. For instance, try Ctrl+Arrows to jump across contents and blank cells. But there is certainly no easy way to write the content of a cell when something has been written to another cell. Spreadsheets use formulas with references to other cells. A formula may look like this:
=IF(ISNUMBER(A1);A1*PI();"") [if A1 is a number show pi multiplied by A1, else show an empty string (nothing)].
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Post Reply