Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / November 2004

Tip: Looking for answers? Try searching our database.

if formula

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
lost in cincy - 22 Nov 2004 18:05 GMT
i'm trying to figure out a formula for the following:  
If bal <3000.00 "125.00" "if bal >10000.00 "250.00"
but how to I get if bal >3000.00 but <10000.00 "150.00"
Graham Mayor - 22 Nov 2004 18:23 GMT
If bal is a bookmark then
{ IF { REF bal } < 3000 "125.00" "{ IF { REF bal } < 10000  "150.00"
"250.00"}" }
If bal is a mergefield change REF to Mergefield

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> i'm trying to figure out a formula for the following:
>  If bal <3000.00 "125.00" "if bal >10000.00 "250.00"
> but how to I get if bal >3000.00 but <10000.00 "150.00"
macropod - 23 Nov 2004 06:37 GMT
Hi Graham,

Equally, you could use:
{=IF(bal<3000,125,IF(bal<10000,150,250)) \# 0.00}

Cheers

> If bal is a bookmark then
> { IF { REF bal } < 3000 "125.00" "{ IF { REF bal } < 10000  "150.00"
[quoted text clipped - 4 lines]
> >  If bal <3000.00 "125.00" "if bal >10000.00 "250.00"
> > but how to I get if bal >3000.00 but <10000.00 "150.00"
Graham Mayor - 23 Nov 2004 08:33 GMT
Works for me ;)

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> Hi Graham,
>
[quoted text clipped - 24 lines]
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.799 / Virus Database: 543 - Release Date: 19/11/2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.