formulas & functions
1719 TopicsGroup Column Data, With Values (Bypassing Blanks)
For an eventual home in a SharePoint List and in turn, a PowerApp, I'm looking to combine the contents of potentially many columns (maybe hundreds of potentials) with only a few having values. Given the fact that I'm not sure how many columns I may stick the formula/code in to the 300th column (assuming the number of columns caps well under 300). I'm less concerned about exactly where as I can copy and paste code in to whatever column. I'm just clueless on the actual formula/macro. From there, I would import the excel to a SharePoint List and eventually pull data from a dropdown in a PowerApp. I've attached a file for reference. Any insight would be appreciated.764Views0likes1CommentHELP!! Combinations have me so confused
So I found a website last year that did all this for me when I was trying to do it, but I cannot for the life of me remember what I googled to find this so I am starting from scratch because every thing I am coming across is not helping. I have a list of 22 people (11 guys and 11 girls). I need to find all the possible combinations of making 11 couples out of these 22 people. Andrew Asia Brett Bria Cam Cali Dan Jasmine Kwasi Kayla Lewis Kenya Moe Lauren Shamoy Maria Tevin Morgan Tomas Nutsa Zak Samantha so I was able to use a formula to determine how many possible couples there are (which is 247) BUT what I really need is to find all the possible ways to arrange these couples into 11 possibilities using each of the 22 people if that makes sense. If you have ever seen the show Are You The One, this is for that show. They take 11 guys and 11 girls and stick them in a house and it is up to those 22 people to figure out which is the correct combination of couples to where everyone is paired with their perfect match. But this is giving me a headache trying to remember how I found all the possible combinations of 11 couples last year!! PLEASE HELP!1.1KViews0likes2CommentsVLOOKUP help required
I am not sure whether to use nested VLOOKUPs or MATCH/INDEX and VLOOKUP to implement what I’m trying to do. On the main worksheet I have populated the Project Category using VLOOKUP based on the project lifecycle entered by the user. =VLOOKUP(H4,Category,2,FALSE) – this works fine and is using Lookup table 1. On the main worksheet, the user will enter in a score for each of the Project Elements (ranging from 1- unacceptable to 5-excellent). What I need to do is – based on the Category, apply the appropriate Weighting factor to the Project Element Scores (lookup table 3) and output that value into another column (called Project Element Weighted Score). Lookup table 1: Lifecycle Category 1-Investigation 1-Conceive 2-Definition 2-Design 3-Implementation 3-Build 4-Production 3-Build 5-Frozen 4-Manage 6-Phase out Started 4-Manage 7-Phased out 4-Manage Lookup table 2: Category Project Elements Score Output value weighting 1-Conceive Personnel 5 5 1 1-Conceive Personnel 4 4 1-Conceive Personnel 3 3 1-Conceive Personnel 2 2 1-Conceive Personnel 1 1 1-Conceive R&D 5 5 5 1-Conceive R&D 4 4 1-Conceive R&D 3 3 1-Conceive R&D 2 2 1-Conceive R&D 1 1 1-Conceive Infrastructure 5 5 2 I have in the weighted score field on the main spreadsheet and a VLOOKUP formula that was working prior to introducing the Weighting by Category concept. I can’t figure out how to include a lookup to to get the category and the corresponding weighting factor and use the correct weighting factor to apply to the score. I hope I’ve been clear enough - I cannot send my spreadsheet as it has c1.5KViews2likes4CommentsCan you use AND / OR in an INDEX MATCH
Hi I have am array formula that looks like this: =INDEX('Rebate report'!A:A,MATCH(1,('Rebate report'!A:A=A2)*('Rebate report'!B:B=B2)*('Rebate report'!C:C=C2),0),1) which works. I want to add in an OR function for the name in column A. I will add this name in Column T. In other words the match is correct if column A or T match A2 and COL B=B2 and COL C=C2 also match the criteria I tried using the + to add T criteria but gave me a 0 =INDEX('Rebate report'!A:A,MATCH(1,('Rebate report'!A:A=A2)*('Rebate report'!B:B=B2)*('Rebate report'!C:C=C2)+('Rebate report'!A:A=T2),0),1) Thanks for the help!141KViews0likes63CommentsExtra and "double" double quotes when using carriage return in formulas
Hi, all. I am attempting to copy Excel cell contents in a text file (for further use later). However, when copying and pasting cells with formulas that contain both quotes ("") and carriage returns (either CHAR(13) or "Alt+Enter"), the result contains "extra" quotes at odd places. For example, if formula is =[@Type] & [@[Callout Pipe 1]] (with no carriage returns), the result is (after pasting into Notepad): SDMH12" CPP N IE= 320.8 Just as desired. However, we need a carriage return after "SDMH" (from column [@Type]), so if we simply add a carriage return (again, either CHAR(13) or "Alt+Enter") with this formula =[@Type] & CHAR(13) & [@[Callout Pipe 1]], pasting it in Notepad results in: "SDMH 12"" CPP N IE= 320.8" As can be seen, the return carriage worked, but my text now has three extra double quotes that weren't meant to be there. Could anyone help me solve this problem? Thanks in advance, Edgar13KViews0likes3CommentsRemove text between two characters multiple times
I have a column that has a text string with various lengths. What I'm trying to do is remove text that starts with "|" and ends with ";". The text between those two characters is always going to be 36 characters. There can be multiple occurrences and what is between the two characters will vary from row to row. I cannot use VB only a formula. Example: Here is my text string: Announcements|95029fcd-6b68-45bf-9f80-a2b2d90540f3;Personal Information|8096f02e-25e3-4416-8dbb-b2a58d309d4e;Personnel Statistical Reporting|9f1a73f0-5ce6-4abb-9fe1-44ab59350708; What I need to do is remove from the string what is between "|" and ";" so my new text string looks like this: Announcements, Personal Information, Personnel Statistical Reporting With the formula below I get this. Only one instance is removed. Announcements, Personal Information|8096f02e-25e3-4416-8dbb-b2a58d309d4e;Personnel Statistical Reporting|9f1a73f0-5ce6-4abb-9fe1-44ab59350708 =IFERROR(SUBSTITUTE(A1,MID(LEFT(A1,FIND(";",A1)),FIND("|",A1),LEN(A1)),", "),A1) Thanks.Solved67KViews1like9Commentspre-1900 dates
I can find no help on how to tell Excel to properly format and calculate dates before 1900. I want to calculate age at death and have birth and death dates in columns. But Excel does not recognize March 30, 1894. It calls is YYYY = 3794. And subtracting death date from birth date returns "#VALUE!" How do I use the DATE(YYYY,MM,DD) function or format March 30, 1894 so Excel will understand and I can have it calculate the age at death correctly? TIA. Also I've seen #1 shown in Excel Help in different posts as BOTH Dec 31, 1899 AND as Jan 1, 1900. Which is it?70KViews0likes22CommentsMatch names between two sheets and return value of a cell in the row
Hi I am looking for a way to match a name between two sheets and then return a date value which is in a different cell in the same row. So in sheet 2 if a site name in coulomb B matches a site name in sheet 1 coulomb A, return the value from a specific cell in the same row as where the names matched. The data is sorted on dates which may change and I need to be able to show the updated date value in sheet 2 when date and order changes in sheet 1 for a specific site name.Solved163KViews0likes11Comments