Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Google sheets: possible to increment row references rather than column references using fill-down?

$
0
0

When using fill down on a column is it possible to increment row references rather than column references:

| --------------------- |
| =dogs!B15+cats!B27 |
| --------------------- |
| =dogs!C15+cats!C27 |
| --------------------- |
| =dogs!D15+cats!D27 |
| --------------------- |
etc.

rather than:
| --------------------- |
| =dogs!B15+cats!B27 |
| --------------------- |
| =dogs!B16+cats!B28 |
| --------------------- |
| =dogs!B17+cats!B29 |
| --------------------- |
etc.


Viewing all articles
Browse latest Browse all 9782

Trending Articles