How do I define column C so C(n) =A(n)+B(n)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a spreadsheet where some cell entries are mathematical
functions of data in corresponding cells (same row) of other columns. For
example, assume fixed data in columns A and B. In column C, I want C(1) to =
A(1) + B(1) etc.
 
Hi

in C1 type
=A1+B1
then move your cursor over the bottom right hand corner until you see a +
(known as the autofill handle)
hold the left mouse down and drag down the column as far as you need to go
and let go, the formula will be filled in for you for each line

Cheers
julieD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

#N/A 5
n=? in each column 4
Avoiding #N/A 8
Vlookup #N/A 5
vlookup challenge with hyphen data placement 2
Having Blank Cells, etc. ? 1
Vlookup and #N/A 1
Vlookup - N/A 4

Back
Top