#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Priority Charge

=IF(L3="Hackney",25,IF(L3="Lewisham",30,IF(L3="Pin nacle",26)))

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


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Priority Charge

see response to your question 14 clients

--
Regards

Roger Govier


"Michell Major" wrote in
message ...
=IF(L3="Hackney",25,IF(L3="Lewisham",30,IF(L3="Pin nacle",26)))

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




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Priority Charge

You could try this:

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

I've amended the formula in line with your other post.

Hope this helps.

Pete

Michell Major wrote:
=IF(L3="Hackney",25,IF(L3="Lewisham",30,IF(L3="Pin nacle",26)))

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


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default Priority Charge

=IF(L3="Hackney",25,IF(L3="Lewisham",30,IF(L3="Pin nacle",26,"undefined")))+IF(J3="P",10,0)
--
David Biddulph

"Michell Major" wrote in message
...
=IF(L3="Hackney",25,IF(L3="Lewisham",30,IF(L3="Pin nacle",26)))

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




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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating Finance Charge soadokdls Excel Discussion (Misc queries) 2 May 10th 23 11:44 AM
Sorting according to priority help!! Aravind Excel Discussion (Misc queries) 3 July 28th 06 01:50 PM
New Priority Column ceemo Excel Discussion (Misc queries) 3 April 20th 06 10:02 PM
priority naming ceemo Excel Worksheet Functions 3 April 6th 06 06:55 AM
Help needed with priority list _SPCA Excel Worksheet Functions 0 January 20th 05 10:24 PM


All times are GMT +1. The time now is 09:04 AM.

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"