This formula is missing a range refrence or a defined name

bves

New Member
Joined
Jan 11, 2023
Messages
3
Office Version
  1. 2021
Platform
  1. Windows
I have been trying to put the formula into a text box
=GETPIVOTDATA("AMOUNT",Data!$A$3)

But following error is showing

This formula is missing a range refrence or a defined name
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
You are missing pivot table range reference as the third argument
 
Upvote 0
You are trying to retrieve "AMOUNT" field from PIVOTTABLEDATA in the Data sheet!A3, but I think there is a problem like there is no table named Data, Make sure pivottabledata should be in the same sheet or workbook.
 
Upvote 0
You are trying to retrieve "AMOUNT" field from PIVOTTABLEDATA in the Data sheet!A3, but I think there is a problem like there is no table named Data, Make sure pivottabledata should be in the same sheet or workbook.
Yes it's in same workbook but another sheet
 
Upvote 0
You are missing pivot table range reference as the third argument
Yes but I click on the shape box and in formula bar "=" then move to the value which is in another sheet of same workbook then it automatically takes the location and instead of value it shows the error !
 
Upvote 0

Forum statistics

Threads
1,215,136
Messages
6,123,243
Members
449,093
Latest member
Vincent Khandagale

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