Fester675

Board Regular
Joined
Sep 16, 2016
Messages
141
=IF(G2="","Not Applicable",...)

Formula is in cell H2. Where the 3 dots (...) are I need to replace this FALSE value with an instruction to move to cell I2??
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Where the 3 dots (...) are I need to replace this FALSE value with an instruction to move to cell I2??
Excel formulas in worksheet cells can only return a value to the cell that they exist in.
They cannot move to other cells, or place values in other cells. That would require VBA.
If you want a value to return to a different cell, just place the appropriate formula in that cell, based on conditions you outline in the IF part of your equation.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,785
Messages
6,126,887
Members
449,347
Latest member
Macro_learner

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