Blue Prism Product

 View Only
last person joined: 9 hours ago 

This community covers the core Blue Prism RPA product.

  • 1.  Get Column Number in Excel

    Posted 04-17-2020 13:05
    ​​How to get a column number given a cell reference in Excel?

    Ex: Cell Reference - F10
    Then Column number should be 6 as F is 6th Column.

    ------------------------------
    Devi Pratyusha Nallagonda
    ------------------------------


  • 2.  RE: Get Column Number in Excel

    Posted 04-22-2020 10:56
    Hi,

    There is a pre-built component available on the RPA Marketplace that provides this functionality: 
    MS EXCEL - CELL REF UTILITIES FREE FOR BLUE PRISM

    Take a look. It should do exactly what you need.

    Regards,
    Jared

    ------------------------------
    Jared Rumball
    Executive Director
    Q4 Associates Ltd
    Pacific/Auckland
    ------------------------------



  • 3.  RE: Get Column Number in Excel

    Posted 03-04-2021 21:53

    Hi there!! I just saw your response and downloaded your Cell Ref Utilities file. What should I do before download? I got the code, but should I create an Object and code that or introduce that as a code stage in my process?

    Thanks a lot, 

    Rita



    ------------------------------
    Rita Reis Cabrita
    ------------------------------



  • 4.  RE: Get Column Number in Excel

    Posted 03-05-2021 04:15
    Hi Rita,

    You can just import the object into your Blue Prism environment and call the action(s) directly as you would for any other object. There are no special prerequisites around this object and the actions it provides.

    Hope that helps.

    Regards,
    Jared

    ------------------------------
    Jared Rumball
    Q4 Associates Ltd
    https://www.q4associates.biz/
    ------------------------------



  • 5.  RE: Get Column Number in Excel

    Posted 03-05-2021 02:58

    Hi ,

    You mean  "convert a base26 number to a decimal number".

    paste this VB code to your code stage. Input argument is "ColAlpha"(Text) and output argument is "ColNum"(Number).

    Add "Microsoft.VisualBasic" and "System.IO" to "Namespace Imports".

    Dim AryColAlpha As Char() = ColAlpha.ToCharArray()
    Dim LenColAlpha As Integer = ColAlpha.Length - 1
    
    For Each c As Char In AryColAlpha
    	Dim Currentc As Integer = Asc(c) - 64
    	If Currentc < 1 Or Currentc > 26 Then ColNum = 0
    
    	ColNum += Currentc * CType(Math.Pow(26, LenColAlpha), Integer)
    	LenColAlpha -= 1
    Next

    For example, input  is "AAA", output  is 703. input is "F", output is 6.
    Only uppercase alphabets can be allowed as input argument. Please check input argument in advance.
    ------------------------------
    Mitsuko
    Asia/Tokyo
    ------------------------------



Welcome to the Blue Prism RPA Product Community!

Whether you’re looking to manage a complex infrastructure, maintain security and compliance, bring new products to market faster, or gain operational speed and agility in an uncertain economy, Blue Prism delivers — with the flexibility you need to create the business you want. From deployment on-premise, through a cloud service provider or as SaaS, to a skillful and adaptable digital workforce that continually expands to meet your enterprise needs, you can gain enhanced operational insight and control while your people reclaim the time they need to focus on great work.

Product PageKnowledge BaseBlue Prism Training Offering
Product Research ProgramUpdates, Releases & Announcements

FAQs

Blue Prism is intelligent automation — business-developed, no-code automation that pushes the boundaries of robotic process automation (RPA) to deliver value across any business process in a connected enterprise.

A combination of RPA with expanded cognitive and AI capabilities, Blue Prism is different than other automation technology on the market. With one Blue Prism license, you gain instant access to an already AI equipped digital workforce, along with the tools you need to build and delegate automations. Click here for more information on Blue Prism and Intelligent Automation.
To learn more about how Blue Prism RPA can help your organization and how much it will cost to get started, please Contact our Sales department.
Blue Prism RPA can be downloaded from our customer portal. If you would like to consume or download any material it is necessary to create an account on the Portal. Once you have registered, you can access the download options for Blue Prism here.
Yes! Installed on your own machine and supported by our training materials and product documentation, you can use all the features of the full enterprise product for free with our Blue Prism Trial – giving you the opportunity to learn the basics before moving to a full production implementation. Click here for more information and to download the trial.
Yes! You can access our known issue list for Blue Prism from our Support Portal.
Regardless of your industry, Blue Prism’s Digital Workforce can adhere to strict governance and compliance standards without limiting productivity. Click here for more information on how your industry can benefit from Blue Prism.