Trying to create a If statement, but please be kind I have little knowledge of Excel programming.
( =If (A23=if any text is input into cell, "H23*I23", "other wise do nothing")
Any help would be nice.
Trying to create a If statement, but please be kind I have little knowledge of Excel programming.
( =If (A23=if any text is input into cell, "H23*I23", "other wise do nothing")
Any help would be nice.
Last edited by jbnonn; 04-28-2010 at 12:55 AM.
G'day and welcome to the forum,
Copy and paste this
=IF("if any text is input into cell"=A23,H23*I23,"other wise do nothing")
Basically no quotes are needed to wrap equations just text.
HTH
RC
Have I made you happy ??? If yes, please make me happy by pressing theAdd Reputation button in my post.
Please don't forget to do the same to other contributors of this forum.
ThanksI don't void confusion, I create it
How about...
=IF(ISTEXT(A23),H23*I23,"")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks