Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a select query which retruns data to excel sheet. But the
problem is excel sheet has formulas in between coulmns how can i retain the formulas as it is and export data from the query. Query --------- Select name, a1, a2, b1, b2 from test Excel Worksheet ----------------- Name A1 A2 Total(Fromula:A1+A2) B1 B2 Total(Fromula:B1+B2) How can i retain total formula? Thanks -Payal |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Payal,
You are going to either have to separate the query into two, one for a1/a2 and one for b1/b2; or put the formulas on another sheet. HTH, Greg "Payal" wrote in message om... I have a select query which retruns data to excel sheet. But the problem is excel sheet has formulas in between coulmns how can i retain the formulas as it is and export data from the query. Query --------- Select name, a1, a2, b1, b2 from test Excel Worksheet ----------------- Name A1 A2 Total(Fromula:A1+A2) B1 B2 Total(Fromula:B1+B2) How can i retain total formula? Thanks -Payal |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count result of sql query | Excel Discussion (Misc queries) | |||
Query on how I would calculate a result in Excel? | Excel Worksheet Functions | |||
Replace ^ in web query result | Excel Worksheet Functions | |||
Importing result from Access query to Excel but the result only c. | Excel Discussion (Misc queries) | |||
Formula Result Won't Query | Excel Discussion (Misc queries) |