Note that there are some explanatory texts on larger screens.

plurals
  1. POExcel VBA how to get address delta of cell(s) not used between two separate non-congruent adjoining cells
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COIt seems to me it should be pretty simple, but maybe I'm missing something... You know what row you started with (`8-Jan`) when you started inserting, and you know how many rows you inserted (because you did so). All you need is the column for the `Total`, and you can use a range to copy the formula. For instance, if `Date` is `A1`, and `Total` is `G1`, you know when inserting the new rows that you're starting with `A5` and adding 3 rows, so you'll need to copy the formula from `G4` into `G5..G7`. There isn't any calculation involved, other than adding the number of rows added to starting row.
      singulars
    2. COThe row I know I started with is not 8-Jan but 5-Jan. There's a part I didn't mention because I didn't think it was really important to be known. The way the dates get added is not as straight forward as one would think. They get added from a source where there are multiple dates of the same day. When they get copied into this table, they get sorted and uniqued thus the source there could be twenty dates that then get truncated down to just three (in other words, the source could have three 8-Jans and six 10-Jans, etc). So I don't have a source of a # of new rows.
      singulars
    3. COWhat I know is that I have the next empty row in col1 and the last used row in the date column. what I'm wondering is if there's a way to get a delta of the rows in between. Very poorly worded but hopefully my point is made?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload