![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
After I typed in my formula and tried to fill down the column by selecting Edit->Fill->down
But it doesn't work why?> |
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Select the cell containing your formula and cells below it that you want to fill.
|
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
I have a formula
=if(a2="something",J2,J2) I am wondering is there a way to keep the second J2 for the rest of the rows when the formula fill down and not change to J3, J4... Thanks |
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Houston,Texas
Posts: 418
|
Use =if(a2="something",J2,$J$2)
[ This Message was edited by: Steve Hartman on 2002-03-07 13:10 ] |
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=IF(A2="something",J2,J$2)
...will work too. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|