Problems applying formula to Excel Sharepoint File

Paul Naylor

Board Regular
Joined
Sep 2, 2016
Messages
98
Office Version
  1. 365
  2. 2003 or older
Platform
  1. Windows
  2. Mobile
  3. Web
Hoping someone can help, completely stumped what issue is

Trying to apply this formula to a sharepoint excel file , where I've moved the "Raw Data" file to another sharepoint location , but getting a different result "-" instead of a value from the original spreadsheet , not sure error ( no errors displayed) or that the formula doesn't work on sharepoint files

Original formula from Overview Worksheet which contains summary of all colleagues performance ( quality ) Period 1 - Period 12 taken from "Raw Data" Worksheet ( Column CF contains Quality data for each call for all periods and Column A contains colleague names & Period number e.g. John SmithP1, "Overview " worksheet contains the average data for each colleague with column A containing colleague names and Columns B - Column M contains Period numbers e.g. P1...P2..P3...P4....P12

=IFERROR(AVERAGEIFS('Raw Data'!$CF$4:$CF$500,'Raw Data'!$A$4:$A$500,Overview!$A$5&Overview!$B$4),"-")

Formula/Result in Column B5 = 85 ( average 90,90,75)

Sharepoint File Test QM 2022-2023.xlsx, "Team Overview" Worksheet contains the average data for each colleague with column A containing colleague names and Columns B - Column M contains Period numbers e.g. P1...P2..P3...P4....P12 and "Raw Data" is on "Raw Data" Worksheet on QM Raw Data File 2022-23.xlsx

Formula/Result is in B5 should be 85 but displaying "-"

=IFERROR(AVERAGEIFS('https://xxxx-my.sharepoint.com/personal/xxx/Documents/My Team Files/My Team Period QM/[QM Raw Data File 2022-23.xlsx]Raw Data'!$CF$4:$CF$500,'https://xxxx-my.sharepoint.com/personal/xxx/Documents/My Team Files/My Team Period QM/[QM Raw Data File 2022-23.xlsx]Raw Data'!$A$4:$A$500,Team Overview!$A$5&Team Overview!$B$4),"-")
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Is the Raw Data file open?
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,212
Members
449,074
Latest member
cancansova

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top