+ Reply to Thread
Results 1 to 2 of 2

Textjoin and if function need help

  1. #1
    Registered User
    Join Date
    04-20-2019
    Location
    Tallinn
    MS-Off Ver
    office 365
    Posts
    1

    Textjoin and if function need help

    Hello,

    Need help with 1 formula:

    =TEXTJOIN({" D";" AP";" F";" R";" "};TRUE;Y10;TEXT(AB10;"0,0");AC10;AN10;TEXTJOIN({" R"};TRUE;IF(AD10>0;AD10;""););TEXTJOIN({""};TRUE;AO10;))

    1. Collom Y10 will bring the first value
    2. Collum AB will bring the value with 0,0 value And will ad D before the value
    3. Collum AC will bring the value and ad before AP the value
    4. Collum AN will bring the value and ad before F the value
    FROM Here i need help- i am stuck

    5.And now i have problem , i would like to and only value if the value is bigger than AD>0 and if its bigger only then AD R before the value. IF the value is smaller then nothing will happen "" and there will not be any R value before.

    6. And last if there is any value we will ad also A010 without adding anything else.

    Can somebody help please?
    Last edited by 6StringJazzer; 04-20-2019 at 06:48 PM. Reason: added tags to suppress accidental smileys in formula

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: Textjoin and if function need help

    I don't think you need to use TEXTJOIN here - e.g.:

    =TRIM(Y10&" D"&TEXT(AB10;"0,0")&" AP"&AC10&" F"&AN10&REPT(" R"&AD10;AD10>0)&" "&T(AO10))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Error Using TEXTJOIN Function in Array Formula to List Non-empty Strings
    By MikeA01730 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-18-2019, 01:24 AM
  2. [SOLVED] Match two criteria and return multiple records - INDEX & AGGREGATE, TEXTJOIN function
    By remyte in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-03-2019, 01:53 PM
  3. Use two conditions in textjoin function in excel 2013.
    By magfas in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-15-2018, 04:42 PM
  4. Function similar to textjoin
    By Allerdrengen in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-07-2018, 06:54 AM
  5. [SOLVED] TextJoin formula with MID function
    By Brsth in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-26-2018, 11:00 AM
  6. Textjoin?
    By johandenver in forum Excel Programming / VBA / Macros
    Replies: 24
    Last Post: 10-01-2017, 03:18 PM
  7. TEXTJOIN function
    By Tony Valko in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-13-2016, 06:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1