jarrodexcel

New Member
Joined
Dec 14, 2022
Messages
23
Office Version
  1. 365
Platform
  1. Windows
Hey guys, Struggling here with a big project of mine and really need some help!

So the data i get in has two columns, a and b. In a it provides me with two answers either yes or no. This tells me if this was planted or not.
Column b provides me with my trees data tag. i need to find a way to differentiate the yes and no data with the tree data and sum it all together in one column.

I have uploaded an image to show this. Top row is how the data gets downloaded.

Bottom row is how i need the formula to present the data.

Any advice would be much appreciated !!!

Thank you
 

Attachments

  • Capture.PNG
    Capture.PNG
    4.2 KB · Views: 7

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Can you post the data.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Apologies, my laptop does not allow for external downloads so this is all the information i can provide at the moment



Yes,No,Yes,Yes,No105-Appletree,110-Strawberry fruit,108-Fig,105-Appletree,105-Appletree
1x ABC110-Strawberry fruit, 1x ABC105-Appletree
 
Upvote 0
Thanks for that.
How about
Fluff.xlsm
AB
1Yes,No,Yes,Yes,No105-Appletree,110-Strawberry fruit,108-Fig,105-Appletree,105-Appletree
2
31x ABC110-Strawberry fruit, 1x ABC105-Appletree
Main
Cell Formulas
RangeFormula
A3A3="1x ABC"&TEXTJOIN(", 1x ABC",,IF(TEXTSPLIT(A1,",")="No",TEXTSPLIT(B1,","),""))

This is perfect ! you have helped me out so much ! one step closer to finishing my spreadsheet ! absolute hero
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,749
Members
449,050
Latest member
excelknuckles

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top