A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Urgent Project, Please Help: Copying Formulas



 
 
Thread Tools Display Modes
  #1  
Old May 27th, 2004, 06:12 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default Urgent Project, Please Help: Copying Formulas

Hi
try
=IF(ISBLANK('Raw Data'!B$9), "N/A", ('Raw Data'!B$9))

--
Regards
Frank Kabel
Frankfurt, Germany

"Ksenya" schrieb im Newsbeitrag
...
Hi,
I am working with a spreadsheet that was created by someone else,

this is the forumla that is being used in the worksheet:
=IF(ISBLANK('Raw Data'!$B9), "N/A", ('Raw Data'!B9))

I want to:
Drag and Drop this formula in a column where column reference

changes, i.e. B, C, D, E, F; but the row reference stays the same, i.e.
B9. However, the exact oposite happends when i do this, column does not
change, but the reference to the row does.

Now, I 've tried drag and drop across the row, and the column

reference doesn' changed, but the row reference stays contstant.

How can I solve this problem?
Also, when I use cut and past of these formulas into the next column

for some reason some of the cell references seem to jump all over the
place. Example: I have a column:
=IF(ISBLANK('Raw Data'!$B9), "N/A", ('Raw Data'!B9))
=IF(ISBLANK('Raw Data'!$C9), "N/A", ('Raw Data'!C9))
=IF(ISBLANK('Raw Data'!$D9), "N/A", ('Raw Data'!D9))

when I copy it over in the exact same order, but new column, it does

things like:
=IF(ISBLANK('Raw Data'!$B9), "N/A", ('Raw Data'!B9))
=IF(ISBLANK('Raw Data'!$E9), "N/A", ('Raw Data'!E9))
=IF(ISBLANK('Raw Data'!$J9), "N/A", ('Raw Data'!J9))

i.e. changes column reference.

I would really appreciate any tips with this, right now i am doing

what I can (i.e. like a total idiot sitting there and manually
changing column reference in each cell)

Thanks,
KR






  #2  
Old May 27th, 2004, 07:31 PM
Ksenya
external usenet poster
 
Posts: n/a
Default Urgent Project, Please Help: Copying Formulas

Hi Frank,
Unfortunately that didn't work, all it does it keeps both the Row and Column values of B$9 all the way down to the last entry. Where as I need the $9 value to stay constant but Bto change to C to DFE, etc...
Thanks for the tip though!
KR
  #3  
Old May 27th, 2004, 07:50 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default Urgent Project, Please Help: Copying Formulas

Hi
are you copying this down per column?. If yes try
=IF(ISBLANK(OFFSET('Raw Data'!$B$9,0,ROW(1:1)-1)), "N/A", (OFFSET('Raw
Data'!$B$9,0,ROW(1:1)-1)))


--
Regards
Frank Kabel
Frankfurt, Germany

"Ksenya" schrieb im Newsbeitrag
...
Hi Frank,
Unfortunately that didn't work, all it does it keeps both the Row and

Column values of B$9 all the way down to the last entry. Where as I
need the $9 value to stay constant but Bto change to C to DFE, etc...
Thanks for the tip though!
KR


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:29 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.