#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default formula fill down

=IF(DataInput!D3="Standard",R4+R4*19.25%,IF(DataIn put!D3="Recommended",R4+R4*Q4,0))

how do i reference a cell in a formula and not have it change all down the
columns?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default formula fill down

Change the address reference to absolute in the formula--a dollar sign in
front of the column letter, row number, or both, depending on which element
of the cell address you want to remain constant.

Same principle for filling right, as well.


"Pezcore" wrote:

=IF(DataInput!D3="Standard",R4+R4*19.25%,IF(DataIn put!D3="Recommended",R4+R4*Q4,0))

how do i reference a cell in a formula and not have it change all down the
columns?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default formula fill down

You use absolute addressing, like $R$4 instead of R4, so your formula
might become:

=IF(DataInput!D3="Standard",$R$4*119.25%,IF(DataIn put!D3="Recommended",
$R$4*(1+$Q$4),0))

Hope this helps.

Pete

On May 10, 1:43*am, Pezcore wrote:
=IF(DataInput!D3="Standard",R4+R4*19.25%,IF(DataIn put!D3="Recommended",R4+R*4*Q4,0))

how do i reference a cell in a formula and not have it change all down the
columns?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default formula fill down

=IF(DataInput!$D$3="Standard",R4+R4*19.25%,IF(Data Input!$D$3="Recommended",R4+R4*(1+$Q$4),0))
i would like to know how i add an error checking function to this formula?

"Pete_UK" wrote:

You use absolute addressing, like $R$4 instead of R4, so your formula
might become:

=IF(DataInput!D3="Standard",$R$4*119.25%,IF(DataIn put!D3="Recommended",
$R$4*(1+$Q$4),0))

Hope this helps.

Pete

On May 10, 1:43 am, Pezcore wrote:
=IF(DataInput!D3="Standard",R4+R4*19.25%,IF(DataIn put!D3="Recommended",R4+RĀ*4*Q4,0))

how do i reference a cell in a formula and not have it change all down the
columns?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default formula fill down

=IF(ISERROR(IF(DataInput!$D$3="Standard",R4+R4*19. 25%,IF(DataInput!$D$3="Recommended",R4+R4*(1+$Q$4) ,0))),"",IF(DataInput!$D$3="Standard",R4+R4*19.25% ,IF(DataInput!$D$3="Recommended",R4+R4*(1+$Q$4),0) ))


Gord Dibben MS Excel MVP


On Sat, 10 May 2008 04:30:00 -0700, Pezcore
wrote:

=IF(DataInput!$D$3="Standard",R4+R4*19.25%,IF(Dat aInput!$D$3="Recommended",R4+R4*(1+$Q$4),0))
i would like to know how i add an error checking function to this formula?

"Pete_UK" wrote:

You use absolute addressing, like $R$4 instead of R4, so your formula
might become:

=IF(DataInput!D3="Standard",$R$4*119.25%,IF(DataIn put!D3="Recommended",
$R$4*(1+$Q$4),0))

Hope this helps.

Pete

On May 10, 1:43 am, Pezcore wrote:
=IF(DataInput!D3="Standard",R4+R4*19.25%,IF(DataIn put!D3="Recommended",R4+R*4*Q4,0))

how do i reference a cell in a formula and not have it change all down the
columns?




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
Formula Fill help Josh O. Excel Worksheet Functions 1 May 12th 06 09:46 PM
Formula auto-fill help!! daveycmc Excel Worksheet Functions 1 April 11th 06 05:31 PM
Fill Down formula Help Please singlgl1 Excel Discussion (Misc queries) 6 October 24th 05 08:22 PM
Help with formula fill down comotoman Excel Discussion (Misc queries) 4 October 3rd 05 09:46 PM
Fill handle formula neeraj Excel Worksheet Functions 9 September 13th 05 01:46 AM


All times are GMT +1. The time now is 01:23 PM.

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"