Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 107
Default Formula not working in excel 2007

Sir,

Namaskar! I i just installed office 2007 and some formula is not working and
retruning #N/A and some formula is returning 0 value.

This formula is returing #N/A

=IF(ISBLANK($C1063),"",IF(VLOOKUP($C1063,Inventory _List,9,0)<0,"INVALID
SALE",VLOOKUP($C1063,Inventory_List,9,0)))



and this is returning 0 vlaue

=IF($C1067="","",IF(ISERROR(VLOOKUP($C1067,Invento ry_List,4,FALSE)),0,VLOOKUP($C1067,Inventory_List, 4,FALSE)))



what should i change in excel 2007 or should i unstall office 2007



Hope you will soon solve my problem.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 187
Default Formula not working in excel 2007

For your first formula, this portion seems suspect:
IF(VLOOKUP($C1063,Inventory_List,9,0) You are telling Excel to look 0
columns to the right. I think that number has to be at least 1.

For your second formula, take a look at the new IFERROR function in
Excel 2007; it will simplify your formula.

Dave

On Jan 2, 8:05*am, Rao Ratan Singh
wrote:
Sir,

Namaskar! I i just installed office 2007 and some formula is not working and
retruning #N/A and some formula is returning 0 value.

This formula is returing #N/A

=IF(ISBLANK($C1063),"",IF(VLOOKUP($C1063,Inventory _List,9,0)<0,"INVALID
SALE",VLOOKUP($C1063,Inventory_List,9,0)))

and this is returning 0 vlaue

=IF($C1067="","",IF(ISERROR(VLOOKUP($C1067,Invento ry_List,4,FALSE)),0,VLOOK*UP($C1067,Inventory_List ,4,FALSE)))

what should i change in excel 2007 or should i unstall office 2007

Hope you will soon solve my problem.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Formula not working in excel 2007

The 9 represents the column in Inventory_list to be returned.

0 (or False) in that 4th parm means that there has to be an exact match between
what's in C1063 and the first column of Inventory_List.

Dave F wrote:

For your first formula, this portion seems suspect:
IF(VLOOKUP($C1063,Inventory_List,9,0) You are telling Excel to look 0
columns to the right. I think that number has to be at least 1.

For your second formula, take a look at the new IFERROR function in
Excel 2007; it will simplify your formula.

Dave

On Jan 2, 8:05 am, Rao Ratan Singh
wrote:
Sir,

Namaskar! I i just installed office 2007 and some formula is not working and
retruning #N/A and some formula is returning 0 value.

This formula is returing #N/A

=IF(ISBLANK($C1063),"",IF(VLOOKUP($C1063,Inventory _List,9,0)<0,"INVALID
SALE",VLOOKUP($C1063,Inventory_List,9,0)))

and this is returning 0 vlaue

=IF($C1067="","",IF(ISERROR(VLOOKUP($C1067,Invento ry_List,4,FALSE)),0,VLOOK*UP($C1067,Inventory_List ,4,FALSE)))

what should i change in excel 2007 or should i unstall office 2007

Hope you will soon solve my problem.


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Formula not working in excel 2007

I'd review the notes for troubleshooting =vlookup() formulas from Debra
Dalgleish:

http://contextures.com/xlFunctions02.html#Trouble

Rao Ratan Singh wrote:

Sir,

Namaskar! I i just installed office 2007 and some formula is not working and
retruning #N/A and some formula is returning 0 value.

This formula is returing #N/A

=IF(ISBLANK($C1063),"",IF(VLOOKUP($C1063,Inventory _List,9,0)<0,"INVALID
SALE",VLOOKUP($C1063,Inventory_List,9,0)))

and this is returning 0 vlaue

=IF($C1067="","",IF(ISERROR(VLOOKUP($C1067,Invento ry_List,4,FALSE)),0,VLOOKUP($C1067,Inventory_List, 4,FALSE)))

what should i change in excel 2007 or should i unstall office 2007

Hope you will soon solve my problem.


--

Dave Peterson
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
fill color not working in excel 2007 lnel Excel Worksheet Functions 3 September 10th 07 12:56 PM
Excel 2007 links not working Mary Excel Discussion (Misc queries) 1 December 11th 06 10:12 PM
Excel 2007 Sort A-Z not working but did in 2000 JohnHamer1977 Excel Discussion (Misc queries) 0 August 29th 06 03:12 AM
PAGE PREVIEW NOT WORKING PROPERLY IN EXCEL 2007 Scott Dixon Excel Worksheet Functions 0 July 4th 06 03:52 PM
Working spreadsheet highlighting function for Excel 2007 Mr. Low Excel Worksheet Functions 4 June 16th 06 06:12 PM


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