English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

A short version of the formula is "=A2&B2&C2&D2"

I have a lot of columns that I need to add to that formula and they're next to each other (columns A2-Z2). What's a faster way to create the formula, aside from clicking on each cell while typing the formula? Thanks.

2007-12-31 14:54:13 · 3 answers · asked by Anonymous in Computers & Internet Other - Computers

3 answers

If you are working with numbers, then there is an easy way of doing it. For example, to specifiy from A2 to D2 you could add all of those numbers together by using:

=SUM(A2:D2)

So if you are using Excel worksheet functions that deal with numbers. All you have to do is use the first column and last column in the group. Basically you are telling Excel the starting point (top left cell) and ending point (bottom right cell). So your cells could include many columns and many rows if you wanted.

However, if you are trying to work with text, Excel likes to have you enter in every cell. So if you are trying to find a shortcut regarding the cell's text then there really isn't one. Also each cell only allows about 250 characters, so combining the text of multiple cells like that doesn't make sense.

2008-01-01 23:17:43 · answer #1 · answered by devilishblueyes 7 · 1 0

Excel has no standard Function that will allow us to SUM every nth cell (every 4th, for your example). However, it can be done it a number of different ways.
This link might helps you;
http://www.ozgrid.com/Excel/sum-every-2nd-nth-cell.htm

but then another work around for a faster formula:
=SUM(A2:D2)
copy this to every 4th cell, example;
=SUM(E2:H2)

Good luck.

2008-01-01 06:31:57 · answer #2 · answered by MYs 5 · 1 1

If you're indicating cells next to each other an example would be:
cells A2 to C2
formula version: =A2:C2

It's been a while since I've used Excel though.

2007-12-31 22:58:27 · answer #3 · answered by Drake 3 · 3 0

fedest.com, questions and answers