Update Formula Help

Brew

Well-known Member
Joined
Sep 29, 2003
Messages
1,569
Is there a way to update the following formulas, so that if AF698:AH698 are blank, so that the returned result is a blank in the cell or it can say false or no. Anything but a numerical return.

=ISEVEN(AF698)+ISEVEN(AG698)+ISEVEN(AH698)

Also, the same for this formula
=IF(AND(AF698=AG698,AF698=AH698),3,IF(AND(AF698<>AG698,AF698<>AH698,AG698<>AH698),1,2))
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
an if structure along the following lines might help:

=if(SUMPRODUCT(LEN(af698:ah698)+0)=0,"",your_formula)
 
Upvote 0

Forum statistics

Threads
1,203,174
Messages
6,053,924
Members
444,694
Latest member
JacquiDaly

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