How to highlight a row in a listview?

After I enter a number in the first col. of a row, I highlight the entire row above it and drag it down to get the new data to fill in. Is there a way to have the new row fill in automatically as soon as I make the entry in the first cell of the new row?

  • Answer:

    Assuming the second column contains a formula you have two choices. Either: Double click the fill handle on the lowest cell in the second column that already contains data and the formula will be copied down as far as the last cell containing data in the left column. Or: Write a formula that will display nothing until the left column contains data - something like =IF(C2="","",B2+C2) and copy it down as far as you are likely to need it.

Tom Slick at Answerbag.com Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.