Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the end result is that a cell displays 'whatever number + 2' then:
=SUM(A1+2) Where cell A1 is the place where you put the number (not the formula). If you don't want a 2 to be displayed in the cell that has the formula when there isn't any data in 'A1', then you could type: =IF(A1="","",SUM(A1+2)) There are actually a lot of different ways to write this formula, I am not advocating one or the other, but this one works. Hope this helps. "atomicski" wrote: Say there is a 5 in cell A1, I want cell B1 to display 7. So is there a way to make a formula that does something like this? ex. (A(variable)+2)=B(vairable) -- atomicski ------------------------------------------------------------------------ atomicski's Profile: http://www.excelforum.com/member.php...o&userid=31744 View this thread: http://www.excelforum.com/showthread...hreadid=514562 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is the shortcut key for adding $ to a cell reference eg $c$3 | Excel Worksheet Functions | |||
cell color index comparison | New Users to Excel | |||
Adding a fixed date to a cell | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Adding contents of one cell to a range of cells. | Excel Worksheet Functions |