How to fix the Column's value in a formula?

sulphox

New Member
Joined
Nov 23, 2005
Messages
5
Hi all,

I would like to ask regarding the Non-vary column in excel.

Let's say i have the following formula in column B
=0.5-0.5*(COS(2*PI()*(A61/A65+1)))

Is there a way to vary A61 from row to row while fixed A65
that is i want to have the following results
=0.5-0.5*(COS(2*PI()*(A2/A65+1)))
=0.5-0.5*(COS(2*PI()*(A3/A65+1)))
=0.5-0.5*(COS(2*PI()*(A4/A65+1)))
.......
=0.5-0.5*(COS(2*PI()*(A65/A65+1)))


Where A2, A3, A4, ..., A65 are all constant value in column A.
A2 is the 1st constant value and A65 is the last constant value.
in short, even if i change values in column A,
the denominator in the formula in column B has to be "last constant value+1"



I tried to copy and paste but it did not work.

I ended up getting results like
=0.5-0.5*(COS(2*PI()*(A2/A2+1)))
=0.5-0.5*(COS(2*PI()*(A3/A3+1)))
=0.5-0.5*(COS(2*PI()*(A4/A4+1)))
.....
=0.5-0.5*(COS(2*PI()*(A65/A65+1)))


Thanks in advance

Sulphox
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.

Forum statistics

Threads
1,214,998
Messages
6,122,639
Members
449,093
Latest member
Ahmad123098

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top