Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

A simple excel function , but I just cant do it!

  • 15-06-2004 09:38AM
    #1
    Registered Users, Registered Users 2 Posts: 3,643 ✭✭✭


    What I want to do is really simple , I just want to add the value in a single cell to every cell in a colum. Specificily the value in a139 to every cell between b3 and b137.
    I cant find the function to do it in excel , even though Im sure its there and I cant find a link to it even though Im very sure that its there. Any help is greatly appreciated
    cheers


Comments

  • Registered Users, Registered Users 2 Posts: 55,744 ✭✭✭✭Mr E


    Select cell C3.
    Use the formula: =$A$139+B3
    Highlight column C from C3 to C137.
    Press Ctrl+D (Fill Down).
    This will add A139 to all the values in column B and put the results in column C.


  • Registered Users, Registered Users 2 Posts: 1,802 ✭✭✭thegills


    You need to use an array formula.

    1. Highlight C3 to C137
    2. Type = A139 + B3:B137
    3. Press CTRL+SHIFT+ENTER

    You get the result you need in C3 to C137. i.e. C20 = B20 + A139.

    thegills


Advertisement