+ Reply to Thread
Results 1 to 4 of 4

Cell Reference

  1. #1
    Registered User
    Join Date
    09-02-2010
    Location
    T. Canada
    MS-Off Ver
    Excel 2007
    Posts
    6

    Question Cell Reference

    Ok guys i hope i make it easy...
    I want to add number to the cell reference so it changes the cell reference, example:

    A1+2 = A3
    So that changes the referance number not whats in the cell

    Like the value in the cells are:

    A1 is 5
    A2 is 4
    A5 is 3

    B1 is IF date is xxxx THEN =a1+0 (so it shows the content of a1) ELSE =a1+a2 (in this case the value of b1 will show the content of a5 because the a2 is=4 so a"1+4" = a5)

    I really hope u guys understand it and show me how to do it!!!

    Thanks a lot!!!!!!

    Thiago
    Last edited by thiagosnow; 09-02-2010 at 12:19 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Cell Reference

    Something like:

    =INDEX(A:A,1+A2)

    will index column A and retrieve what is in the cell A(1+value in A2).

    so your basic IF might be more like

    =INDEX(A:A,1+IF(B1=xxx,0,A2))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    09-02-2010
    Location
    T. Canada
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Cell Reference

    Hey NBVC im not at
    My computer now but it
    Seems u understood it perfectly!!! I will give it a try and i let u know!!!

    Thank you very very much by now!!!!!

    Thiago

  4. #4
    Registered User
    Join Date
    09-02-2010
    Location
    T. Canada
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Cell Reference

    Hey nbvc!!!
    Think of a guy that is really smart, quick and helped a buddy solving his problem!!!
    Thats you!!!

    Thank you very much! That was exactly what i needed it!!!

    Cheers!!

    Thiago Snow

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1