+ Reply to Thread
Results 1 to 35 of 35

Help with VLookup in Excel 2003 please

  1. #1
    Registered User
    Join Date
    08-06-2005
    Posts
    1

    Help with VLookup in Excel 2003 please

    I need to write a 2 Vlookup formulas at Cell E25 to display the date a loan
    will be repaid and secondly the total interest paid.
    I have an analysis table called 'table' with 6 columns
    1. Date
    2. Opening loan balance
    3. Add interest
    4. Less payment
    5. Closing balance
    6. Cumulative interest
    I can get the sheet to work easily but the vlookups are an entirely
    different matter, I just cant get them to work. My boss has specified that he
    wants lookups.
    TIA Chris

  2. #2
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  3. #3
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  4. #4
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  5. #5
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  6. #6
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  7. #7
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  8. #8
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  9. #9
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  10. #10
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  11. #11
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  12. #12
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  13. #13
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  14. #14
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  15. #15
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  16. #16
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  17. #17
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  18. #18
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  19. #19
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  20. #20
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  21. #21
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  22. #22
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  23. #23
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  24. #24
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  25. #25
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  26. #26
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  27. #27
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  28. #28
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  29. #29
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  30. #30
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  31. #31
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  32. #32
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  33. #33
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


  34. #34
    Bill Kuunders
    Guest

    Re: Help with VLookup in Excel 2003 please

    One way.....
    rearrange the table a little so that the closing balance is the first column
    in your table.
    and date is the second column.
    then to find the date where the closing balance = 0 use
    =VLOOKUP(0,table,2,FALSE)
    and for the cumulative interest (which is still in the last column),
    =VLOOKUP(0,table,6,FALSE)

    Greetings from New Zealand
    Bill K

    "bertiesmum" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need to write a 2 Vlookup formulas at Cell E25 to display the date a
    > loan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specified
    > that he
    > wants lookups.
    > TIA Chris
    >
    >
    > --
    > bertiesmum
    > ------------------------------------------------------------------------
    > bertiesmum's Profile:
    > http://www.excelforum.com/member.php...o&userid=25989
    > View this thread: http://www.excelforum.com/showthread...hreadid=393528
    >




  35. #35
    JE McGimpsey
    Guest

    Re: Help with VLookup in Excel 2003 please

    see one answer in microsoft.public.excel.newusers

    Please don't post the same message in multiple groups. It only tends to
    fragment any answers you get, and potentially wastes the time of those
    posting solutions to questions that have already been answered.

    For tips on using these groups effectively, see

    http://cpearson.com/excel/newposte.htm



    In article <[email protected]>,
    bertiesmum <[email protected]>
    wrote:

    > I need to write a 2 Vlookup formulas at Cell E25 to display the date aloan
    > will be repaid and secondly the total interest paid.
    > I have an analysis table called 'table' with 6 columns
    > 1. Date
    > 2. Opening loan balance
    > 3. Add interest
    > 4. Less payment
    > 5. Closing balance
    > 6. Cumulative interest
    > I can get the sheet to work easily but the vlookups are an entirely
    > different matter, I just cant get them to work. My boss has specifiedthat he
    > wants lookups.
    > TIA Chris--
    > bertiesmum--------------------------------------------------------------------
    > ----bertiesmum's Profile:
    > http://www.excelforum.com/member.php...erid=25989View this
    > thread: http://www.excelforum.com/showthread...hreadid=393528


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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