Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Get operator of a formula

Hi all,
I have a tabel in mysql with fld1, fld2 fl3, fld4
E export it to an Excel sheet in column
A, b, c, d

In column e the operaotr will create a formula like A1*b1/c1+SUM(A1:c5)

I have to convert again in SQL that formula as
SELECT id, fld1*fld2/fld3+(SELECT TOP 5 SUM(fld1+fld2+fld3) from mytable WHERE id= m.id) FROM mytable as m

Any suggestion?
Tks in advance
MAssimiliano
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA Get operator in a formula [email protected] Excel Programming 0 October 19th 19 10:17 AM
What does ^ operator mean in a formula?? Vytau Excel Worksheet Functions 2 November 30th 07 11:31 PM
Array Formula with AND operator edwardpestian Excel Worksheet Functions 1 July 17th 06 09:56 AM
What does ! mean as an operator within a formula Tam Excel Discussion (Misc queries) 3 January 2nd 06 09:48 AM
"--" operator in a formula Arla M Excel Worksheet Functions 2 February 8th 05 10:24 AM


All times are GMT +1. The time now is 01:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"