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
  #21  
Old January 19th, 2004, 03:55 AM
Bob Vance
external usenet poster
 
Posts: n/a
Default Formula needed

Thanks Norman worked BRILLIANTLY
(DU131="","",IF(DU1310,"CREDIT",IF(DU131=0,"",I F(AND(DU132=DL131,DL131"
"),"MORE THAN 60 DAYS OVERDUE--","30 DAY OVERDUE, IGNORE IF PAID--"))))

--



Thanks in advance for your help....Bob Vance
"Norman Harker" wrote in message
...
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.




  #22  
Old January 19th, 2004, 05:34 AM
Norman Harker
external usenet poster
 
Posts: n/a
Default Formula needed

Hi Bob!

We got there in the end!

You might note the process of how we built it up in stages, checking
each stage as we went.

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

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


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

Your the Geniuses im just the layman but happy that someone was there to
give me a hand ))

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

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

We got there in the end!

You might note the process of how we built it up in stages, checking
each stage as we went.

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

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




  #24  
Old January 19th, 2004, 09:42 PM
Bob Phillips
external usenet poster
 
Posts: n/a
Default formula needed

Try,

=IF(D4=25,D4*5.25%,1.31+(D4*2.75%))

If it's currency, you might want to round it to 2 dec pl.

=ROUND(IF(D4=25,D4*5.25%,1.31+(D4*2.75%)),2)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"tmallow" wrote in message
...
Im trying to find a formula that will calculate my fees.... D4 is the

number im using.... if it is $25 or less = 5.25%, if it is $25.01 or more =
$1.31 plus 2.75%
anyone have any ideas on this one?



  #25  
Old January 19th, 2004, 09:48 PM
Ken Wright
external usenet poster
 
Posts: n/a
Default formula needed

=IF(D4=25,D4*0.0525,D4*0.0275+1.31)

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------



"tmallow" wrote in message
...
Im trying to find a formula that will calculate my fees.... D4 is the number

im using.... if it is $25 or less = 5.25%, if it is $25.01 or more = $1.31 plus
2.75%
anyone have any ideas on this one?



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.562 / Virus Database: 354 - Release Date: 16/01/2004


 




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 04:14 AM.


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