Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default 14 Clients


Wow thanks! Very kind of you.

"Roger Govier" wrote:

Hi Michell

You have raised 3 questions in 3 separate threads. It might have been
better to combine them into one.

=IF(L3="",0,IF(L3="Hackney",25,IF(L3="Lewisham",30 ,26)))
will return 26 for any value in L3 other than Null which will return 0
or the 2 exceptions you outline

Sometimes we need to add $10 for a priority callout across the board.
Suggestions please on how ... IF(J3=P then add $10


=IF(L3="",0,IF(L3="Hackney",25,IF(L3="Lewisham",30 ,26)))+(J3="P")*10

=IF(K15="Private Job","S",IF(K15="",""))
I want it to return a void ("") for any other value in K15


=IF(K15="Private Job","S","")


--
Regards

Roger Govier


"Michell Major" wrote in
message ...
Column P has a picklist of 14 clients. With exception of 2 they are
charged a
standard rate of $26, the exceptions are $25 for hackney and $30 for
lewis.
Howcan I write a better formula than the one below?
=IF(L3="Hackney",25,IF(L3="Lewisham",30,IF(L3="Pin nacle",26))) ...
which
returns a FALSE because I cannot include all the arguments.




 
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keeping record of clients and job numbers per bill? Chhaya Excel Discussion (Misc queries) 1 September 18th 06 12:55 PM
Can I merge data of 200 clients into an invoice template? Gail New Users to Excel 1 February 28th 06 06:51 PM
How do I create an investment portfolio for my clients? Mr. Cohen Charts and Charting in Excel 1 January 17th 06 09:04 PM
How Do I organize sheets and clients by town? Sr. Vice Deli Excel Worksheet Functions 2 July 26th 05 08:30 PM
Match a name to all clients? Dixie Excel Worksheet Functions 3 April 30th 05 03:28 AM


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

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

About Us

"It's about Microsoft Excel"