Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
do you mean like this:-
at cell E1 =if(condition,true,false) ex : =if(A3=5,+A2,0) -----Original Message----- Looking for some help if anyone can solve : If i have a number in a cell and then want to place that number in another cell, which will be determined by a number put in another cell. EG A2 = 1200 (Inputted value), need to put this number (1200) in cell E1. This cell number is determined by number put into cell A3 (5). . |