N
Nocturnal
Ok now I have a cell where I want it to check another cell on the same
worksheet whether or not it says yes. If it says yes, then I want it to
perform a function on another cell on the same worksheet.
So say cell A1, A1 check cell B1 if it says yes. If cell B1 says yes then
in cell C1 perform a function such as (I want this to be on a different
worksheet) =sum(e17*d17). If not, then 0.
I put this in A1 =IF(B1="Yes",(PERFORM FUNCTION IN ANOTHER CELL ON ANOTHER
SHEET IN THE SAME WORKBOOK,0)
How do I link a =sum(e17*d17) from another sheet?
worksheet whether or not it says yes. If it says yes, then I want it to
perform a function on another cell on the same worksheet.
So say cell A1, A1 check cell B1 if it says yes. If cell B1 says yes then
in cell C1 perform a function such as (I want this to be on a different
worksheet) =sum(e17*d17). If not, then 0.
I put this in A1 =IF(B1="Yes",(PERFORM FUNCTION IN ANOTHER CELL ON ANOTHER
SHEET IN THE SAME WORKBOOK,0)
How do I link a =sum(e17*d17) from another sheet?