Hi all,
I have two col of data, col A and col B. I want to write a formula so that if col A is blank or col B is blank then col C is blank, if not then col C=A*B.
Thank you,
VBisgreat!
Hi all,
I have two col of data, col A and col B. I want to write a formula so that if col A is blank or col B is blank then col C is blank, if not then col C=A*B.
Thank you,
VBisgreat!
Hi,
Here are a couple of options:
=IF(AND(ISNUMBER(A1),ISNUMBER(B1)),A1*B1,"")
=IF(COUNT(A1:B1)=2,A1*B1,"")
VBisgreat,
Next time please be a bit more creative with your thread title.
Thanks.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
And also where you post the question. This doesn't appear to be a programming question
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks