Excel Formula
11 TopicsHelp with Workday formula
Hi, I am having issue with the workday formula calculating 1 Jan 2018 (which is also bank holiday) to show next working day. For example: A1:01/01/2018 A2:01/01/2018 (holiday) A3:=WORKDAY(A1,1,A2) --> Result = 02/01/2018 (2nd January instead of 3rd January, which is the next working day as 1st Jan is holiday).2.5KViews0likes7CommentsProblem with IFS Formula
Hi, I have written the following formula:=IFS(F118>89,"A",F118>79,"B",F118>69,"C",F118>59,"D",TRUE,"F") The value for F118 is 92 (that cell has the following formula:=AVERAGE(F55,F116)). The formula ONLY returns the value F. I have tried any number of combinations for cell 118 (including doing away with the formula and just putting in a number) and iterations of the formula. Yet it still returns only an F. I cannot figure out where I am missing it and would appreciate some help. Thanks, BarrySolved3.6KViews0likes16CommentsHelp with Excel formula
I need help with Excel to return the sum of the values in a column if certain condition. In the table below, the in the cell next to Month 1, I need to add a formula that will tell Excel to return the sum of all values in column "Value" for the first month of 2014. Something similar to: Look in column "Date", if month of column Date = cell Ref Month 1 and if year of column Date = 2014, then return sum of all values for month 1 year 2014. I have already tried a formula with a combination of LOOKUP(BigNum,CHOOSE({1,2} ... but the formula is not working. Thanks for any help. Date Value 1/1/2014 1/8/2014 1/15/2014 100 1/22/2014 1/29/2014 Year Month Value 2/5/2014 150 2014 1 ?? 2/12/2014 2014 2 ??? 2/19/2014 2014 3 ???? 2/26/2014 200 3/5/2014 3/12/2014 3/19/2014 3/26/2014 300 4/2/2014 4/9/2014Solved2.2KViews0likes8CommentsPLEASE HELP... CELL REF IN MEDIAN FORMULA
Hi - is it possible to use a cell reference as a number in the Cell:Cell format. So=MEDIAN(B2:B4740) - if Cell N1 has 4740 in it - is there some way to write=MEDIAN(B2:B&'N1') so that it adds the value of a cell to equal the 2nd cell range. Hope this makes sense - it would be an amazing help if I can solve. I have added a picture of what I am referencing. Thanks you in advance!!!Solved4.3KViews0likes15CommentsBar length in cell based on value in another cell
Hi, We have a report where a column shows a value, usually between 1 and 200. We want to have a horizontal bar in the next cell whose length is based on the cell value. Something like below, but I want it to be a continuous block, rather than "X". Ideally I also want the bar to have a mark to show where the 100 value, the "|" would do. Any ideas? Thanks Andrew Value Bar 100 XXXXXXXXXX 200 XXXXXXXXXXXXXXXXXXXX 50 XXXXX 175 XXXXXXXXXXXXXXXXX 85 XXXXXXXX 129 XXXXXXXXXXXXSolved3.1KViews0likes9CommentsVlookup for when it can't find AND when it's blank
I currently have the following formula set up =IFERROR(VLOOKUP(C163,Validator!K:L,2,FALSE),"Click to learn more") That means it looks up text in another table to find a result, and if the title in C163 isn't there it returns the value 'click to learn more.' This is great, but i would also like to add an extra layer. If C163 is blank (ie its not that the text can't be found in the lookup table, its that cell C163 is completely blank) I would like it to return an empty cell. Is that possible? How can i do that?1KViews0likes1CommentNeed help in Excel Formula
Hi, Suppose I have two hundred thousend rows. Each row has car model entries. I would like to write a formula in column B to determine only the model column A belongs to. The formula will just lookup up the exact model in column A fromthelist of all models available. e.g: Column A Column B Focus1.5G GAS A Focus Focus1.3E GAS M Focus Golf 1.3 GAS M Golf Golf1.5 GAS M Golf Golf2.0GAS AT Golf X3xdrive201BMW X31.2KViews0likes4CommentsIFS, ANDS HELP
Hello and Thanks in advance for any efforts or insights to my excel problem, I have been searching for 2 weeks for a solution to this issue, I used ALOT of nested "if" functions that seemed to sort of work out but I could only use one column (A or B) and need both columns to be true for the results in columns C & D to populate correctly. The other issue is that Column A and B is data that is selected from a drop down selection of a LIST I created. So,I have a couple of LISTS I use in my excel spreadsheet that I created as drop down selections in two different columns. After these two columns data have been selected from the drop down list items, then I need two other columns to populate a number value. Here is an example: (PERSON), (JOBSITE NAME), (RATE), (BILLED RATE) COLUMN A, COLUMN B, COLUMN C, COLUMN D JOE (OR?) RAMS (OR?) 52 57 (OR A SELECTION OF OTHER PERSONS SELECTED FROM A DROP DOWN LIST IN COLUMN A, AND ASELECTION OF OTHER JOBSITES SELECTED FROM A DROP DOWN LIST FROM COLUMN B), WILL GIVE OUTCOMES IN RATES FOR COLUMNS "C" AND "D")2.8KViews0likes9CommentsSplit string at particular word. (space+word+space)
Hello all: I have a column in Excel that contains person's title and company name separated by "at ". I tried to split with text to column with left most and right most occurrence but could not succeed as title or company name may also have at in their word. And I also checked " at " (giving space before and after at) but didn't work. State Head at Sanofi International Head Real Estate at United Builders BusinessUnitHeadatLilly Could you please help me out. Appreciate your time. Regards GSolved1.6KViews0likes5CommentsNeed to pull data from different tabs using various criteria
I got stuck creating a formula to pull information from different tab: I need the following criteria: *If payment method is Cash pull the amount in Column G from Sheet 2 and, *If payment method is Credit Card mark zero and, *If payment method is Cash but invoice isn't recieved yet, mark $5,000 // Forecast. Thank you.1KViews0likes1Comment