Thread: IF Function
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lisa Cowan Lisa Cowan is offline
external usenet poster
 
Posts: 13
Default IF Function

Hope you get this before you waste your time - I have fixed it thanks for
your help

"Pete_UK" wrote:

Well, you do have an extra bracket at the end - you should have the
same number of open and closed brackets (parentheses) in a formula.

Hope this helps.

Pete

On Nov 13, 3:30 pm, Lisa Cowan
wrote:
I am using the below to hide the #N/A when the cell is not used. However I
keep on getting the error message @you have to many arguements for this
function' and highlighting B7 and the beginning and FALSE at the end.

probably really simple solution - please help

=IF(ISNA(LOOKUP(B7,Processes!$B$5:$B$150,Processes !$C$5:$C$150,FALSE)),"",LĀ*OOKUP(B7,Processes!$B$5 :$B$150,Processes!$C$5:$C$150,FALSE)))

thanks
Lisa


.