Summary: Could I please obtain some help creating an Excel IF statement, considering the following parameters: - There is a date in cell A1 - The statement wil...
Summary: Hi, I was wondering if someone could help me get an Excel IF statement right. I am making a test, and I need to convert the raw score into a standard ...
Summary: I am trying to create a formula (if statement) that will do the following and need help? I am adding up three cells (G21+G21+G23)and dispayng the sum ...
Summary: I need some help creating an IF statement in Excel. If there is text in (G19) then I would like it so that (T19) produces a result if (S19) meets the ...
Summary: Hi i neeed some help im trying to do an if statement in excel but i need to make if so it recognises it in every cell in column BO and BP without hav...
Summary: If you really only have three columns of data, then you can do it with a single brute force nested IF statement. The problem is that any more than 3 c...
Summary: HELP PLEASE. I need to write an IF statement to to determine the discount given if a client pays his fees in advance. The raw data is: <7 day no di...
Summary: When you say So in cell1, the result would be "M," cell2's result would be "W" and cell3's result would be "", I assume you mean that the result of th...
Summary: Hi, I have a question regarding if-statements in VBA. I have a time-series of interest rates (A2) and calculated the daily percentage changes (B2). N...
Summary: I have 3 entries generated by if statements in 3 cells next to each other. D1, E1, F1. Based on the IF statement outcomes, only one of these cells wil...
Summary: What is the formula for an IF statement to hilight any value or text, if that value appears more than one time in any given column? Using conditional...
Summary: I'm am setting up a spreadsheet to track fuel consumption and hour of heavy equipment. I have conditional formatting set to change the color of a cell...
Summary: Yeah, what you need is conditional formatting. With it you can highlight cells and color them, depending on their values. The if statement won't forma...
Summary: I have a column that has both blank cells and cells populated with amounts, there are no formulas in any of the cells. I want to change the blank cel...
Summary: I have a set of dates in the format dd-mmm-yy in column a and have 2 conditions of jobs 1, 2 & 3 in column b. I would like column c to: - return the d...
Summary: Hello, I have a form to create using Excel it has three lists,(done through validation). The items will be foods and I wwant to be able to auto popula...
Summary: I have a worksheet with a summary page and a detail page. The IF statement is in one cell on the Summary page =IF(Detail!H6="Voided",-Detail!D6,0)and ...
Summary: Basically i want to work out when people can claim for what underneath the breakfast, lunch, dinner, snack column. I thought an IF AND/OR statement w...
Summary: I am trying to create an excel spreadsheet that will calculate hours added and hours lost in a work day. I am a scheduler and I need to track how many...
Summary: I have been trying to use an IF statement to compare date/time entries in a report I am building (format = yyyy-mm-dd hh:mm:ss). Essentially there are...
Summary: I am pretty new to IF statements in the context of excel and have no idea how to complete the latest one I need. Basically Its like this: The are thre...
Summary: hi im doign some work for my IT class and im stuck on a formula basiclaly im trying to do an if statement with the IF TRUE calculating another fomula...