Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default SUMIF is not update why?

Dear all,
I am facing problem in SUMIF formula and problem is: I have applied SUMIF
formula and linked with another file not, when I try to open this file it
shows update then I click on it. But it is not updating file and shows
#VALUE!, if I open the link file its auto update, while this file has so many
€śvlook€ť application also liked with the same file it is not creating problem
but SUMIF applications only.
Kindly help in this regards

God Bless u all


Zafar

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default SUMIF is not update why?


My experience says it is better if you click on dont update.it would not
create any hazardous on the connectivity within your files.
"vlook fomula" wrote:

Dear all,
I am facing problem in SUMIF formula and problem is: I have applied SUMIF
formula and linked with another file not, when I try to open this file it
shows update then I click on it. But it is not updating file and shows
#VALUE!, if I open the link file its auto update, while this file has so many
€śvlook€ť application also liked with the same file it is not creating problem
but SUMIF applications only.
Kindly help in this regards

God Bless u all


Zafar

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default SUMIF is not update why?

I'm confused about whether this =sumif() points at another workbook.

If it does, then that workbook has to be open for =sumif() to evaluate
correctly. But there are other functions you maybe able to use instead:

The array formula:
=sum(if(...))
or
=sumproduct()

If the =sumif() points at ranges in the same workbook, I'd look for #value!
errors in the ranges used in that =sumif() function.

vlook fomula wrote:

Dear all,
I am facing problem in SUMIF formula and problem is: I have applied SUMIF
formula and linked with another file not, when I try to open this file it
shows update then I click on it. But it is not updating file and shows
#VALUE!, if I open the link file its auto update, while this file has so many
€śvlook€ť application also liked with the same file it is not creating problem
but SUMIF applications only.
Kindly help in this regards

God Bless u all

Zafar


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default SUMIF is not update why?

The alternative is to use SUMPRODUCT. It's a bit of an odd workaround, but it
does update when your linked file is closed.

If your sumif was, say,

=sumif([Book.xls]Sheet!$A:$A,A2,[Book.xls]Sheet!$B:$B)

Then, sumproduct would be:

=SUMPRODUCT(--([Book.xls]Sheet!$A:$A=A2),[Book.xls]Sheet!$B:$B)

somehwat inelegant, but it works!

"Satyendra_Haldaur" wrote:


My experience says it is better if you click on dont update.it would not
create any hazardous on the connectivity within your files.
"vlook fomula" wrote:

Dear all,
I am facing problem in SUMIF formula and problem is: I have applied SUMIF
formula and linked with another file not, when I try to open this file it
shows update then I click on it. But it is not updating file and shows
#VALUE!, if I open the link file its auto update, while this file has so many
€śvlook€ť application also liked with the same file it is not creating problem
but SUMIF applications only.
Kindly help in this regards

God Bless u all


Zafar

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
SUMIF Criteria Auto-Update on Copy/Paste SeventFloorProfessor Excel Discussion (Misc queries) 4 December 12th 08 04:05 PM
Data Validation lists update orginal cell with list update [email protected] Excel Worksheet Functions 3 July 11th 08 07:56 AM
Using SUMIF to update prices on a worksheet Greg Excel Worksheet Functions 1 June 6th 07 09:27 AM
i want to update one excel file the other one update automaticaly Basant New Users to Excel 1 December 16th 06 12:50 AM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


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