Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Masny argument Formula

My business has 10 clients who we charge at different rates; Ben = £10, Bob
=£12 and Bill = £13. Adam is free therefore returns a blank (not FALSE
value) and if anyone has priority task it attracts a £10 premium. I can only
'nest' 7 IF functions so ...
=IF(J3="Ben",10,IF(J3="Bob",12,IF(J3="Billl",13))) , AND(J3="p"+10) doesn't
work for me. Any help welcome
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Masny argument Formula

Hi,

Use the index function as mentioned,

if you have a list of names, in column A range 1 to 10 then create a table
with the names and the different rates in another sheet say sheet 2, col A
with names & column B with the rates, then use the formula structu
Index(sheet 2!b1:b10,match(d1,sheet2!a1:a10),0))

this will do it much more efficiently.
Regards,

Suresh

"Michell Major" wrote:

My business has 10 clients who we charge at different rates; Ben = £10, Bob
=£12 and Bill = £13. Adam is free therefore returns a blank (not FALSE
value) and if anyone has priority task it attracts a £10 premium. I can only
'nest' 7 IF functions so ...
=IF(J3="Ben",10,IF(J3="Bob",12,IF(J3="Billl",13))) , AND(J3="p"+10) doesn't
work for me. Any help welcome

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
Need help with multiple argument formula Bill_De Excel Worksheet Functions 2 April 14th 06 09:03 AM
"Unable to set the Formula property of the Series class" with a tw PeterQ Charts and Charting in Excel 1 February 15th 06 07:37 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 07:29 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"