$$Excel-Macros$$ Angle calculation

2018-03-28 Thread joseph camill
hi,

Can you help me to calculate angle of each pie from pie chart image using
vba.

Example image given below:

Regards,
Joseph Camill

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


Re: $$Excel-Macros$$ circular x axis in excel graph *

2018-03-28 Thread joseph camill
Hi Rajan / vba gurus,

If possible please share this file as I have a similar issue

http://excelpoweruser.wordpress.com/2012/09/29/showing-values-on-angle/

On Sat, Sep 29, 2012 at 5:01 PM, Rajan_Verma 
wrote:

>
>
> *Hi *
>
>
>
> *I have make it more suitable , please download from here..*
>
> http://excelpoweruser.wordpress.com/2012/09/29/showing-values-on-angle/
>
>
>
>
>
> *Regards*
>
> *Rajan verma*
>
> *+91 7838100659 [IM-Gtalk]*
>
>
>
> *From:* excel-macros@googlegroups.com [mailto:excel-macros@
> googlegroups.com] *On Behalf Of *NOORAIN ANSARI
> *Sent:* 29 September 2012 12:20
> *To:* excel-macros@googlegroups.com
> *Subject:* Re: $$Excel-Macros$$ circular x axis in excel graph *
>
>
>
> Nice Creativity Rajan...
>
> On Sat, Sep 29, 2012 at 12:05 AM, Rajan_Verma 
> wrote:
>
> [image: Boxbe] This message is eligible
> for Automatic Cleanup! (rajanverma1...@gmail.com) Add cleanup rule
> 
> | More info
> 
>
>
> Hi Christi
>
> See the attached File .
>
> Its dynamic if you want to add  more angle you can add in the yellow table
> ...
>
>
>
> Regards
> Rajan verma
> +91 7838100659 [IM-Gtalk]
>
> -Original Message-
> From: Rajan_Verma [mailto:rajanverma1...@gmail.com]
> Sent: 27 September 2012 10:19
> To: 'excel-macros@googlegroups.com'
> Subject: RE: $$Excel-Macros$$ circular x axis in excel graph
>
> I am working on this . will get back to you shortly
>
>
> Regards
> Rajan verma
> +91 7838100659 [IM-Gtalk]
>
> -Original Message-
> From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
> On Behalf Of David Grugeon
> Sent: 27 September 2012 1:58
> To: excel-macros@googlegroups.com
> Subject: Re: $$Excel-Macros$$ circular x axis in excel graph
>
> I think you can make a list of all 360 points and leave those without data
> blank Regards David Grugeon
>
>
> On 27 September 2012 03:03, Christi Jacob  wrote:
> > Hello Rajan,
> > the result is close to the requirement although it looks like the
> > radar has been rotated by some angle.
> > thanks
> >
> > can the graph be modified for angles which are not evenly spaced (ie
> > in the example the angles are spaced 45deg apart. in actual case the
> > first angle might be 25deg followed by 65 deg followed by 90deg...)
> >
> > regards,
> > christi jacob
> >
> > On Wed, Sep 26, 2012 at 8:48 PM, Rajan_Verma
> > 
> > wrote:
> >>
> >> Hi
> >>
> >>
> >>
> >> Not exactly same.. but I made something  J
> >>
> >>
> >>
> >> See the attached
> >>
> >>
> >>
> >>
> >>
> >> Regards
> >>
> >> Rajan verma
> >>
> >> +91 7838100659 [IM-Gtalk]
> >>
> >>
> >>
> >> From: excel-macros@googlegroups.com
> >> [mailto:excel-macros@googlegroups.com]
> >> On Behalf Of Christi Jacob
> >> Sent: 26 September 2012 7:09
> >>
> >>
> >> To: excel-macros@googlegroups.com
> >> Subject: Re: $$Excel-Macros$$ circular x axis in excel graph
> >>
> >>
> >>
> >> Dear friends,
> >>
> >> i am attaching a image file of the expected graph
> >>
> >> note: instead of radial line i actually require a curve through the
> points
> >> as shown in the image file (   :(   )
> >>
> >>
> >>
> >> also the number of data points may be 8, 10, 20 etc in various cases
> >>
> >> hence if it is possible to automate it it will be good
> >>
> >>
> >>
> >> thanks
> >>
> >> christi jacob
> >>
> >> On Wed, Sep 26, 2012 at 6:03 AM, David Grugeon 
> >> wrote:
> >>
> >> See attachment for the sort of chart required.
> >>
> >>
> >> Regards
> >> David Grugeon
> >>
> >>
> >>
> >> On 26 September 2012 10:22, David Grugeon  wrote:
> >> > There is an explanation how to do it and a very useful sample
> >> > workbook download at this site
> >> >
> >> > http://www.ozgrid.com/Excel/polar-plot-chart.htm
> >> >
> >> >
> >> > Regards
> >> > David Grugeon
> >> >
> >> >
> >> > On 26 September 2012 09:56, David Grugeon 
> wrote:
> >> >> I do not know of a chat type in excel that does what you want
> >> >> directly. Since you only have 8 data points (360 is the same as 0
> >> >> so can be ignored) you could do it by making 8 doughnut charts and
> >> >> putting them on top of each other.  Clunky, I know, but it is
> >> >> probably better than trying to plot the 8 points and join them
> >> >> each to 0,0 coordinate.  Turtle Graphics anyone?
> >> >>
> >> >> Regards
> >> >> David Grugeon
> >> >>
> >> >>
> >> >> On 26 September 2012 05:41, Sam Mathai Chacko 
> >> >> wrote:
> >> >>> maybe you can 

$$Excel-Macros$$ Hiring for SAP Business Objects Developer in Long Island, NY

2018-03-28 Thread akshita mittal
*Role :   SAP Business Objects Developer*

*Location  :**Long Island, NY*

*Interview:Phone and Skype*

*Duration  :   12+ Months*

*No H1b*



*Job Description*

· Business Objects Data Services Developer having extensive
experience developing solutions using BODS 4.2, Universe design, Web
Intelligence, as well as BI platform implementation and configuration,
complemented by their experience in other fields of application and/or
database development.

· Develop solutions using BODS 4.2, Universe design, Web
Intelligence, as well as BI platform implementation and configuration,
complemented by their experience in other fields of application and/or
database development.

*Job Responsibilities *

· ETL Design and development

· Troubleshoot ETL Issues and provide solutions

· Develop ETL logic using SAP Business Objects Data Services

· Develop/Maintain/Support new and existing data flows from
multiple source systems into the Business Objects Data Warehouse

· Develop/Maintain/Support Business Objects business rules and
process around address validation, de-duping customer contact information,
User/Role analysis/mapping and migration etc.

*Experience:*

· Large Data Management and Translation experience

· Data Warehouse & Analytic Reporting

· SQL

· Mu ETL (Pentaho or SAP BODS) platforms st have:   large scale
complex data analysis and migration project







*Regards , *

*Akshita  | ** KPG99,INC *


*3240 E State, St Ext |  Hamilton, NJ 08619  609-681-2602  ||
aksh...@kpgtech.com  *

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


$$Excel-Macros$$ Hiring for Oracle WMS Consultant in Baltimore, MD

2018-03-28 Thread akshita mittal
*Title: Oracle WMS Consultant*

*Location: Baltimore, MD*


*Duration: 9 month contract plus possible extensions Mode of Interview:
Phone*

*VISA: GC,USC*



*Note: Rate + (plus expenses only if traveling between client sites) **Must
be able to travel internationally*

*with no issues***



*Job Description:*

· Strong Oracle WMS Consultant with expertise in functional and
technical solution design, configuration, and set ups.

· Must have expertise with shipping execution and strong knowledge
with OTM/GTM and its integration with WMS





*Regards , *

*Akshita  | ** KPG99,INC *


*3240 E State, St Ext |  Hamilton, NJ 08619  609-681-2602  ||
aksh...@kpgtech.com *

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


$$Excel-Macros$$ Hiring for Jr. Network Engineer in Union, NJ || Locals Only

2018-03-28 Thread akshita mittal
*Role   :   Jr. Network Engineer*


*Location   :Union, NJ Duration
:   12+months*

*Interview:   Phone and f2f*

*No H1B*



Our client, a large *retailer* located in Northern, NJ, is looking to hire
2 Junior Network Engineers for a 12 month contract.  The Engineers will be
responsible for network incident support across all core concepts.  The
Junior Engineers will be Level I support for any networking issues related
to the LAN, WAN, Wireless, etc.  If the Engineer needs to escalate an issue
they will do so to the Senior Network Engineer/Architect responsible for
escalation or Level II support.

The Junior Engineers should possess a CCNA.  The Engineers will support
Cisco 4500 switches, Cisco Nexus 2K and 5K switches. The Engineer will be
working on basic installations, configurations, and support of the Cisco
network infrastructure.  They will be responsible for overall monitoring of
health, performance, and capacity.

*Required Skills:*

   - 3+ years or more of Network Engineering experience
   - *Must have CCNA*
   - Experience *Installing, configuring, and supporting Cisco network
   infrastructure*
   - Experience with *Cisco Routing and Switching platforms*
   - Knowledge of network management, network performance/availability and
   capacity planning
   - Experience with protocols and network fundamentals; TCP/IP, DNS, DHCP
   - Candidates must be able to convert to Full-Time without sponsorship
   - Excellent communication skills are required

*Desired Skills:*

   - Detailed knowledge in IP Routing and Services specifically, BGP  and
   OSPF







*Regards , *

*Akshita  | ** KPG99,INC *


*3240 E State, St Ext |  Hamilton, NJ 08619  609-681-2602  ||
aksh...@kpgtech.com *

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


$$Excel-Macros$$ Hiring for Sr. Build Release Engineer in Farmingdale, NY || Locals Only

2018-03-28 Thread akshita mittal
*Role   :   Sr. Build Release Engineer*

*Location   :   Farmingdale, NY*

*Duration :6 + Months*

*Interview:Phone and F2F*



*Job Requirement*

· 3+ years’ experience in *build/release engineering and
configuration management with solid knowledge of all phases of the software
development life cycle*.

· *Proficient in developing with C#, ASP.NET , and
XML.*

· Experience with *database programming and deploying database
schemas, SQL scripts and stored procedures.*

· *Proficient with build utilities like MSBUILD, ANT, and NANT.*

· Experience with automated build tools.

· Experience with sophisticated source code control tools.

· *Proficient with the setup and configuration of IIS.*

· Knowledge of Continuous Integration principles.

· Software Configuration Management fundamentals.







*Regards , *

*Akshita  | ** KPG99,INC *


*3240 E State, St Ext |  Hamilton, NJ 08619  609-681-2602  ||
aksh...@kpgtech.com *

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.