Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In Excel 2007, I'm using the GetPivotData function to get data to one sheet
from company data on another sheet. Sometimes a company is missing, and then I get #REF! in the GetPivotData cell. Is there a way to incorporate the GetPivotData function in an IF function, or some other way, to check for the missing condition? Maybe somehow check for #REF!? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Mary,
=IF(ISERROR(GETPIVOTDATA(...)),"What you want if the company name doesn't exist",GETPIVOTDATA(....)) HTH, Bernie MS Excel MVP "Mary Fetsch" wrote in message ... In Excel 2007, I'm using the GetPivotData function to get data to one sheet from company data on another sheet. Sometimes a company is missing, and then I get #REF! in the GetPivotData cell. Is there a way to incorporate the GetPivotData function in an IF function, or some other way, to check for the missing condition? Maybe somehow check for #REF!? Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks a lot!
"Bernie Deitrick" wrote: Mary, =IF(ISERROR(GETPIVOTDATA(...)),"What you want if the company name doesn't exist",GETPIVOTDATA(....)) HTH, Bernie MS Excel MVP "Mary Fetsch" wrote in message ... In Excel 2007, I'm using the GetPivotData function to get data to one sheet from company data on another sheet. Sometimes a company is missing, and then I get #REF! in the GetPivotData cell. Is there a way to incorporate the GetPivotData function in an IF function, or some other way, to check for the missing condition? Maybe somehow check for #REF!? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
GETPIVOTDATA in Excel 2007 | Excel Discussion (Misc queries) | |||
How to disable the automatic getpivotdata function in excel? | Excel Worksheet Functions | |||
GETPIVOTDATA in Excel 2007 | Excel Worksheet Functions | |||
GETPIVOTDATA in Excel 2007 | Excel Worksheet Functions | |||
getpivotdata function with Excel 2000 | Excel Discussion (Misc queries) |