Microsoft
Software
Hardware
Network
Question : How to fill a series -I think? Excel 2007
If I have a formula
=IF([Documentation.xlsx]Sh
eet1!$A$1=
"","",[Doc
umentation
.xlsx]Shee
t1!$A$1)
and my next cell down should read
=IF([Documentation.xlsx]Sh
eet1!$A$2=
"","",[Doc
umentation
.xlsx]Shee
t1!$A$2)
and my next cell down should read
=IF([Documentation.xlsx]Sh
eet1!$A$3=
"","",[Doc
umentation
.xlsx]Shee
t1!$A$3)
Is there a way to copy the formula down so I do not have to hand edit each formula?
Answer : How to fill a series -I think? Excel 2007
Yes, remove the $ before the 1.
=IF([Documentation.xlsx]Sh
eet1!$A1="
","",[Docu
mentation.
xlsx]Sheet
1!$A1)
Random Solutions
SSL Weak Cipher Suites Supported
Bulk insert a excel file
Error Creating Web Site: Exception from HRESULT: 0x800710D8
E-mail messages not displaying correctly
CentOS 5.3: search keyword in array of logs: how?
asp.net: How to bind Images to a ListView from a Database - I have a special need! the Image have already be downloaded
What is the best GUI for MySQLfor Windows and why?
How to Open a Console Session (xterm)
RHEL command to do an LS and have the result stop until you hit the space bar
Login to SSRS as andmistrator rather than anonymous user.