If formula

boxboy30

Board Regular
Joined
Sep 16, 2011
Messages
84
So I've written an if formula that works very well EXCEPT the false statement I would like it to input the information into another cell...

Take a look

=IF(B3=B1,G3+I1, input(I1 into J1))

no matter how I write it I can't get the false statment to work. How, if possible, can one do that?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
You just need to place the formula in the cell you want the result to appear in (i.e. I1). An Excel formula cannot update the value in another cell, only return information in the cell the formula is physically located in.
 
Upvote 0
got it...and if I did want it to input the value into another cell I would have to create a macro that would copy into that cell, huh.

Okay thanks everyone
 
Upvote 0
and if I did want it to input the value into another cell I would have to create a macro that would copy into that cell, huh.
Usually that is not necessary.
Just place the formula in the cell you want to return the value to!
Meaning, if you want the value to return to cell I1, place your formula in cell I1.

If you have conditions where based on certain criteria you want a value returned in cell J1 or cell I1, but not both, then just post slight variations of the formula in each cell, so the formula in cell I1 will only return a value if the "I1 criteria" is met, and likewise, cell J1 will only return a value if the "J1" criteria is met (using an IF statement, you can return a blank if the condition is not met).
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,351
Members
452,907
Latest member
Roland Deschain

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