Skip to main content
Ctrl+K
Flow Wizard  documentation - Home

Site Navigation

  • Function Guide

Site Navigation

  • Function Guide

Section Navigation

  • Analytical
    • AverageIfs
    • Bottom Values
    • Correlation between Columns
    • Countifs
    • Covariance
    • Growth Rate over Period
    • Group By
    • Len
    • Max
    • MaxIfs
    • Mean
    • Min
    • MinIfs
    • Pivot Table
    • Rank by Group
    • Rank Column
    • Standard Deviation
    • SumIfs
    • Top K Values
    • Transform Group By
  • Arithmetic
    • Math
    • Compare Columns
    • Sum
  • Data Input
    • Read CSV
    • Read Excel
    • Google Sheets
    • Google Sheets
    • HubSpot
    • Quickbooks
    • Salesforce
    • Stripe
  • Data Output
    • Export to CSV
    • Export to Excel
    • Export to Google Sheet
    • Update HubSpot
  • Data Prep
    • Absolute
    • Append
    • Back Fill Blanks
    • Concatenate
    • Copy Table
    • Create Column
    • Change Data Type
    • Drop Columns
    • Drop Duplicates
    • Fill Blanks
    • Filter
    • Forward Fill Blanks
    • Append
    • Left
    • Limit Table
    • Mid
    • Rename Column(s)
    • Reverse Columns
    • Right
    • Round
    • Select Columns
    • Shift Values
    • Sort Table
    • Substitute
    • Text Cleanup
    • Text to Columns
    • Transpose
    • Trim
    • UnPivot
    • Vlookup
  • Date Time
    • Beginning of Month
    • Date Difference
    • Quarter
    • Minute
    • Month
    • Hour
    • Second
    • Today
    • Weekday
    • Week Number
    • Year
  • Logical
    • Group Data
    • IFs
  • ML & AI
    • Feature Importance
    • Time Series ML Forecasting
  • Visualization
    • Line Chart
    • Pie Chart
    • Bar Chart
  • Function Guide
  • Data Prep
  • Right

Right#

Description:

Substring from end of column string

Function:

Right(table = string, col = string, num_chars = integer, new_col = string)

Parameters:

  • Table: Table name on which to perform function

  • Column: Column to perform right

  • Number of Characters: Number of Charters to look Left

  • New Column Name: Name for new column

Example:

Right(table = Budget, col = "Date", num_chars = 4, new_col = "Right")
Before#

Date

Geo - BU

Plan

Actual

Jul 2024

Middle East & Africa - Healthcare

1200

900

Jul 2024

Middle East & Africa - Energy

1150

1000

Jun 2024

Latin America - Energy

2000

1800

Jun 2024

Latin America - Energy

1850

2000

Before#

Date

Geo - BU

Plan

Actual

Right

Jul 2024

Middle East & Africa - Healthcare

1200

900

2024

Jul 2024

Middle East & Africa - Energy

1150

1000

2024

Jun 2024

Latin America - Energy

2000

1800

2024

Jun 2024

Latin America - Energy

1850

2000

2024

previous

Reverse Columns

next

Round

© Copyright 2024, Flow Wizard LLC.

Built with the PyData Sphinx Theme 0.14.4.