#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 12
Default Current Cell

I have a couple of formulas I want to make relative to the current cell.

In the Cell, I have:

=IF(B2=0,0,B2-COLUMN()/10^10)

I want to change B2 to the current cell. I fill this to the right so that I
have:

=IF(C2=0,0,C2-COLUMN()/10^10)
=IF(D2=0,0,D2-COLUMN()/10^10)
etc

but I am doing this later down the page to start at B8 so that I will now
have:

=IF(B8=0,0,B8-COLUMN()/10^10)

And then after filling right, I will have:
=IF(C8=0,0,C8-COLUMN()/10^10)
=IF(D8=0,0,D8-COLUMN()/10^10)

I will then use the same thing down the page at something like B15.

So I don't want hard code B2. I want to say Current Cell somehow and then
when I copy to the right it would still work.

Is there a way to do this?

Thanks,

Tom


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
set the background color of the current cell(active cell) kang New Users to Excel 2 July 31st 07 04:48 PM
How do i assign cell A1 to show the current cursor cell in Excel? OB Excel Discussion (Misc queries) 2 October 11th 06 04:02 PM
formula, move to previous cell when the current cell=0 or empty osama amer Excel Discussion (Misc queries) 0 May 29th 06 12:18 PM
Can I automatically enter the current date or current time into a Ben New Users to Excel 7 October 19th 05 03:38 PM
Send cell value to custom pane based on current cell/row? rman666 Excel Discussion (Misc queries) 5 March 9th 05 02:46 AM


All times are GMT +1. The time now is 07:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"