#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default IF Function

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)),"",LOOKUP(B7,Processes!$B$5:$ B$150,Processes!$C$5:$C$150,FALSE)))

thanks
Lisa
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default IF Function

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


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default IF Function

Maybe this:
=IF(ISNA(LOOKUP(B7,Processes!$B$5:$C$150,FALSE))," ",LOOKUP(B7,Processes!$B$5:$C$150,FALSE))

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"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)),"",LOOKUP(B7,Processes!$B$5:$ B$150,Processes!$C$5:$C$150,FALSE)))

thanks
Lisa

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default IF Function

I have just tried this formula and the value error message displays.
This is a conversions quote spreadsheet with 4 columns Processes, Cost,
Customer and Total. If nothing is selcted in the Processes column then the
other 3 display the #N/A symbol. The processes list is generated by creating
a named list from another spreadsheet. The processes column doesn't display
the #N/A symbol as there is a blank cell where it sits when no selection. For
appearances sake I would prefere not to have the #N/A symbol displaying when
no selection as it looks messy.
Hope this makes it clearer what I am trying to do .

"ryguy7272" wrote:

Maybe this:
=IF(ISNA(LOOKUP(B7,Processes!$B$5:$C$150,FALSE))," ",LOOKUP(B7,Processes!$B$5:$C$150,FALSE))

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"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)),"",LOOKUP(B7,Processes!$B$5:$ B$150,Processes!$C$5:$C$150,FALSE)))

thanks
Lisa

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default IF Function

Sorry for taking so long to get back to you but had a family emergancy.
If I take out a bracket at the end I get the error message saying 'I have to
many arguements' then it highlights the first FALSE and B7. Not to sure why
it is doing this.
thanks

"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


.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default IF Function

Hope you get this before you wste your time - but I have fixed it. thanks
for your help

"ryguy7272" wrote:

Maybe this:
=IF(ISNA(LOOKUP(B7,Processes!$B$5:$C$150,FALSE))," ",LOOKUP(B7,Processes!$B$5:$C$150,FALSE))

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"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)),"",LOOKUP(B7,Processes!$B$5:$ B$150,Processes!$C$5:$C$150,FALSE)))

thanks
Lisa

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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


.

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
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


All times are GMT +1. The time now is 11:28 PM.

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"