Ask your question
Report

Excel formula drag

gev - Jan 29, 2010 11:19pm GMT - Last answer on Jan 30, 2010 12:56am GMT rizvisa1
Hello,

ok i need to drag a formula down however i want one value in the formula to change one one not to. for example:
c1=a1+b1 c2=a2+b1 c3=a3+b1
: : :

i want to somehow drag it to do this but it also keeps changing b. how can i make b constant?Configuration: Windows 7 Firefox 3.6
Read more ...
Add comment

Best answers

 Excel formula drag - Search

 Excel formula for date drag down - Forum

Best answer: Hello BEAR833, I think you will need indirect referencing, a tricky way browsing through your sheets. I can not tell you if there is a more easy way, below is my tip. First you need a list of your worksheets. For that, I wrote a simple Visual

 Excel formula list - Tips

Basic Excel Formulas Below are some basic formulas for Microsoft excel: Basic formula : ADDITION cell A1 to A10 = sum (A1: A10) AVERAGE cell A1 to A10 = average (A1: A10) MAXIMUM cell A1 to A10 = max (A1: A10) MINIMUM cell A1 to...

 Excel formula cell color - Forum

Best answer: http://en.allexperts.com/q/Excel-1059/Cell-color-3.htm

 Excel formula month name - Forum

Best answer: Danny, did you even try Venkat's solution. I tried it and it works like a charm, guess you would like to read it again: Suppose you have 1/1/09 in cell A1, Then use cell B1 to input this formula: =TEXT(A1,"mmm") . If you want the full monthna

 Excel formula for counting days - Forum

Best answer: How can count dates between 2 cells in excel, 1jan - 2jan to count as 2 days.

 Excel formula to extract partial value in cell - Tips

Excel – How to extract partial data? Issue Solution Note Issue I have an Excel spreadsheet that contains around 1500 html links. All the addresses start out common... i.e. http://www.frogs.com/. What I want to extract into another...

 Excel formula to find no of days - Forum

Best answer: Hi Negra, There is a function named NETWORKDAYS which will calculate the days between two dates excluding the weekends. Best regards, Trowa

 Excel formula change color - Forum

Best answer: hi, this is called Conditional Formatting. click on "Conditional Formatting" icon and then "Highlight Cells Rules" and enter the data.

 Excel - Formula to show zero - Tips

Excel - Formula to show zero Issue Solution Note Issue I'm using the formula =A2/(A2+A3) in A4, same in B to AF, I need the A4 line to show a zeros when A2-AF2 and A3-AF3 do not have values in. Solution What you mean by "A2-AF2...

 Excel - Formula in text count - Tips

Excel - Formula in text count Issue Solution Note Issue I Need a formula in text count For Example P=1 P+P+P+P+P= 6 What is the formula in excel please define? Solution Try with this formula, I supposed the text is into A1...

 Excel formula to count a list of names - Tips

Excel formula to count a list of names Issue Solution Note Issue This is probably an easy one for the pro's, basically i have a list of names that will change as reports are generated. The report will include the same name...

 Basic Excel Formulas 2 - Tips

Basic Excel Formulas 2 We saw the SI function Function and is also interesting. Combined with SI, this gives: = IF (AND (condition1; condition2 ;....... conditionZ) true false) displays on the various conditions to be verified (eg...

 Excel – Formula for cell calculation - Tips

Excel – Formula for cell calculation Issue Solution Note Issue Simple formula of =J3-SUM(L3:X3) BUT if J3 is empty then I want the formula to run as =C3-SUM(L3:X3) What is the proper formula to get the calculation to utilize J3 if...

 Excel – Formula to calculate between two columns - Tips

Excel – Formula to calculate between two columns Issue Solution Note Issue I need to calculate between two columns. Such as: If there is written (A2:A100) "aminul", then count how many times was written (B2:B100) "ok". If there...

 Excel - Formula to count the like number instances that occur in - Tips

Excel - Formula to count the like number instances that occur in the column Issue Solution Note Issue I need some help. I would like to find out how many occurrences of the same number occur in a column with in excel. Example:...

Sort by :   Vote | Date | Date descending 1 answers
+0
moins plus
c1=a1+$b$1
Add comment