Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have worksheet that has about 10 columns of data returned from a SQL DB
query. On the right side of the DB query is a column for Quantitys, and on the right of the DB query I have some formulas that calculate the cost, MSRP and other pricing models. It all works well. The formulas that calculate the pricing model is: =B2427*Table_Query_from_commissions[[#This Row],[MFRPrice]] etc The problem is that the DB query will return more and more rows as products are added to our CRM database. When I just copy the formulas down from the worksheet, =B2427*Table_Query_from_commissions[[#This Row],[MFRPrice]] If there is no data in #This Row, then I get #Value! errors, and the Summing operations also return #Value! Errors. By the same token, if I have 2000 rows in the query today, and 2001 tomorrow, then product number 2001 won't get used in the worksheet calculations as the rows are not in the section of the workbook that is doing the calculations.... Is there a way to work around this limitation and have the worksheet add the formulas on the end if there is data in the row? As in: If CurrentRowCurrentCell < null then =[Column B This row]*Table_Query_from_commissions[[#This Row],[MFRPrice]] Else 0 ? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cross referencing on tables | Excel Discussion (Misc queries) | |||
Excel 2007 charting errors with pivot tables | Charts and Charting in Excel | |||
Avoiding Errors When Attempting To Retrieve Data From A Non-existant Worksheet | Excel Worksheet Functions | |||
Ignoring Lines with Errors in Pivot Tables | Excel Worksheet Functions | |||
Unresolved Errors in IF Statements - Errors do not show in results | Excel Worksheet Functions |