Forum Discussion
gtsmith2
May 25, 2021Copper Contributor
Help with multiple conditional statements in Excel
Below is an example of a much larger dataset that I am working with. What I am having trouble figuring out is how to write a formula that does the following: Find a certain “Vendor Name” in column...
- May 26, 2021
gtsmith2
May 26, 2021Copper Contributor
This works perfectly! Thank you again!
Based on having this setup I am thinking I would like to add some conditional logic on the "Category" and "Type" columns. Would that be a possible enhancement to the formulas provided in the sample workbook above? Thanks again!
Based on having this setup I am thinking I would like to add some conditional logic on the "Category" and "Type" columns. Would that be a possible enhancement to the formulas provided in the sample workbook above? Thanks again!
HansVogelaar
May 26, 2021MVP
- gtsmith2Jun 07, 2021Copper ContributorThank you for the help on this! This modification helps tremendously!
- HansVogelaarJun 03, 2021MVP
See the attached version. I inserted a helper column that adds a very small disturbance to the Total amounts. You can hide this column if you wish.
- gtsmith2Jun 02, 2021Copper ContributorHi Hans, so while I was finalizing my spreadsheet I noticed that the ties were a larger and more frequent problem than I first thought. Do you know of a way for the formulas that you created to handle ties. Basically some additional conditional logic that says if the "rule" is repeated then go to the next "rule" with the same total.
- gtsmith2May 27, 2021Copper ContributorThanks again! This works perfectly!