A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Formula needed



 
 
Thread Tools Display Modes
  #11  
Old January 18th, 2004, 12:21 AM
Frank Kabel
external usenet poster
 
Posts: n/a
Default Formula needed

Hi Norman,

I agree. Maybe Bob can explain the values in B1-B3 in more detail (waht
do they represent, etc.9
Frank

Norman Harker wrote:
Hi Frank!

I think Bob needs to re-state question with all permutations.

But probably best would be to have separate cells. One testing B2 and
the other testing B1=B3



  #12  
Old January 18th, 2004, 12:23 AM
Bob Vance
external usenet poster
 
Posts: n/a
Default Formula needed

I've taken away the b3 to simplify it, Just need the formula to look at b2
first if 0 " Very Overdue" then if it is 0 to look at B2 0 "overdue" 0
"Credit"

--



Thanks in advance for your help....Bob Vance
"Frank Kabel" wrote in message
...
Hi Bob

you still haven't defined what will happen if B1=0 or B2=0 but try
=IF(B10,"Very overdue",IF(B20,"Overdue",IF(B20,"Credit","B2 =
zero")))

One question: what happens with your B1=B3 condition?
HTH
Frank

Bob Vance wrote:
OK if B10 "very overdue"but if 0 then go to
B2 0 "Overdue"0 "Credit"
Does that make sense




  #13  
Old January 18th, 2004, 12:48 AM
Norman Harker
external usenet poster
 
Posts: n/a
Default Formula needed

Hi Bob!

You're confused!

"if it is 0 to look at B2 0"

If B2 is 0, how can it be greater than 0.

I suggest formula just looking at B2:

=IF(B20,"CREDIT",IF(B2=0,"","OVERDUE"))

That covers all except your "VERY OVERDUE" requirement.

Moving forwards. If an account cannot be VERY OVERDUE unless it is
OVERDUE, you might build the VERY OVERDUE option into the place taken
by OVERDUE above.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.


  #14  
Old January 18th, 2004, 01:49 AM
Bob Vance
external usenet poster
 
Posts: n/a
Default Formula needed

Thanks , Ok I have gone with that, Just one thing when the B2 is blank I am
still getting a Overdue, may be because B2 has a =G2 formula in it?

-- Thanks in advance for your help....Bob Vance




"Norman Harker" wrote in message
...
Hi Bob!

You're confused!

"if it is 0 to look at B2 0"

If B2 is 0, how can it be greater than 0.

I suggest formula just looking at B2:

=IF(B20,"CREDIT",IF(B2=0,"","OVERDUE"))

That covers all except your "VERY OVERDUE" requirement.

Moving forwards. If an account cannot be VERY OVERDUE unless it is
OVERDUE, you might build the VERY OVERDUE option into the place taken
by OVERDUE above.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.




  #15  
Old January 18th, 2004, 02:47 AM
Norman Harker
external usenet poster
 
Posts: n/a
Default Formula needed

Hi Bob!

This should correct that one:

=IF(B2="","",IF(B20,"CREDIT",IF(B2=0,"","OVERDUE" )))

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.


  #16  
Old January 18th, 2004, 08:38 AM
Bob Vance
external usenet poster
 
Posts: n/a
Default Formula needed

BRILLIANT thanks Norman :-) worked great

Thanks in advance for your help....Bob Vance


"Norman Harker" wrote in message
...
Hi Bob!

This should correct that one:

=IF(B2="","",IF(B20,"CREDIT",IF(B2=0,"","OVERDUE" )))

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.




  #17  
Old January 18th, 2004, 08:53 AM
Norman Harker
external usenet poster
 
Posts: n/a
Default Formula needed

Hi Bob!

We're getting there.

Now you have the standard formula OK, you can work on that VERY
OVERDUE question.

If it can't be VERY OVERDUE unless it's OVERDUE, it looks like just a
case of playing with the argument that returns OVERDUE.

From earlier it looks like:

=IF(B2="","",IF(B20,"CREDIT",IF(B2=0,"",IF(AND(B1 =B3,B3""),"VERY
OVERDUE","OVERDUE"))))

But I'm curious! Can you describe what B1 and B3 are?

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.


  #18  
Old January 18th, 2004, 02:32 PM
Dana DeLouis
external usenet poster
 
Posts: n/a
Default Formula needed

This is probably wrong, so I'll just throw this out...

=IF(B10,"vod",B2)

...and custom format with

"Overdue";"Credit";;"Very Overdue"

Again, just an idea. May not cover everything.

--
Dana DeLouis
Using Windows XP & Office XP
= = = = = = = = = = = = = = = = =


"Bob Vance" wrote in message
...
OK if B10 "very overdue"but if 0 then go to
B2 0 "Overdue"0 "Credit"
Does that make sense


snip


  #19  
Old January 18th, 2004, 09:16 PM
Bob Vance
external usenet poster
 
Posts: n/a
Default Formula needed

B1 picks up the overdue from last month, but if B3 is the same amount
overdue it has gone back another month and if it is the same amount overdue
then it must be a least 2 months overdue "very overdue". I am using
different cells and very overdue is really " This account has been overdue
for 60 days!"

-- Thanks in advance for your help....Bob Vance




"Norman Harker" wrote in message
...
Hi Bob!

We're getting there.

Now you have the standard formula OK, you can work on that VERY
OVERDUE question.

If it can't be VERY OVERDUE unless it's OVERDUE, it looks like just a
case of playing with the argument that returns OVERDUE.

From earlier it looks like:

=IF(B2="","",IF(B20,"CREDIT",IF(B2=0,"",IF(AND(B1 =B3,B3""),"VERY
OVERDUE","OVERDUE"))))

But I'm curious! Can you describe what B1 and B3 are?

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.




  #20  
Old January 18th, 2004, 11:08 PM
Norman Harker
external usenet poster
 
Posts: n/a
Default Formula needed

Hi Bob!

This looks like it:

=IF(B2="","",IF(B20,"CREDIT",IF(B2=0,"",IF(AND(B1 =B3,B3""),"Overdue
more than 1 month","Overdue 1 month"))))

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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