+ Reply to Thread
Results 1 to 12 of 12

Cash Flow by Week

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

    Cash Flow by Week

    I have [column-a] dates and [column-b] corresponding amounts. Column-c thru -x are weekly periods represented by the Wednesday date of each week in [row1].

    Can I use the LOOKUP function to find the week [date +- 3days] and place the amount in the proper column? Will an alternative function work better.

    Please help. I imagine scheduling amounts by period is a common useage.

  2. #2
    Registered User
    Join Date
    06-11-2005
    Posts
    12

    can u attach an example

    Quote Originally Posted by Democat
    I have [column-a] dates and [column-b] corresponding amounts. Column-c thru -x are weekly periods represented by the Wednesday date of each week in [row1].

    Can I use the LOOKUP function to find the week [date +- 3days] and place the amount in the proper column? Will an alternative function work better.

    Please help. I imagine scheduling amounts by period is a common useage.

    Hi Democat,

    I think so...

    Can you attach an example cause i cant get it quite clear.


    regards,

    sam

  3. #3
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




  4. #4
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




  5. #5
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




  6. #6
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




  7. #7
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




  8. #8
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




  9. #9
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




  10. #10
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




  11. #11
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




  12. #12
    Rajni R
    Guest

    Re: Cash Flow by Week

    Hi!

    Would not a simple IF function work?
    For your data, try
    =IF(AND(($A2<C$1+3),($A2>C$1-3)),$B2,0) in each cell in columns C thru X,
    for all rows having data.

    This will work best if you have few lines of data.

    Rajni

    "Democat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have [column-a] dates and [column-b] corresponding amounts. Column-c
    > thru -x are weekly periods represented by the Wednesday date of each
    > week in [row1].
    >
    > Can I use the LOOKUP function to find the week [date +- 3days] and
    > place the amount in the proper column? Will an alternative function
    > work better.
    >
    > Please help. I imagine scheduling amounts by period is a common
    > useage.
    >
    >
    > --
    > Democat
    > ------------------------------------------------------------------------
    > Democat's Profile:
    > http://www.excelforum.com/member.php...o&userid=24362
    > View this thread: http://www.excelforum.com/showthread...hreadid=379602
    >




+ 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