Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kev
 
Posts: n/a
Default =IF((TODAY()-B8)30, "Overdue", "Current"),

I have used this formula to set up an invoice tracker.. My question is how
do I make the formula know when an invoice has been paid.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default =IF((TODAY()-B8)30, "Overdue", "Current"),

Use an extra column in that same row?

=if(x8="paid","",yourformula)


Kev wrote:

I have used this formula to set up an invoice tracker.. My question is how
do I make the formula know when an invoice has been paid.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Kev
 
Posts: n/a
Default =IF((TODAY()-B8)30, "Overdue", "Current"),

Thanks Dave
I only have very limited knowledge of formulas.... where you said
",yourformula) what do I put in there

"Dave Peterson" wrote:

Use an extra column in that same row?

=if(x8="paid","",yourformula)


Kev wrote:

I have used this formula to set up an invoice tracker.. My question is how
do I make the formula know when an invoice has been paid.


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default =IF((TODAY()-B8)30, "Overdue", "Current"),

You would put your formula--that thing from the subject line:

=if(x8="paid","",IF((TODAY()-B8)30, "Overdue", "Current"))



Kev wrote:

Thanks Dave
I only have very limited knowledge of formulas.... where you said
",yourformula) what do I put in there

"Dave Peterson" wrote:

Use an extra column in that same row?

=if(x8="paid","",yourformula)


Kev wrote:

I have used this formula to set up an invoice tracker.. My question is how
do I make the formula know when an invoice has been paid.


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"