Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / June 2006

Tip: Looking for answers? Try searching our database.

If A1 has a #, that is displayed, if D1 has a # that is displayed

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Stephanie - 16 Jun 2006 17:31 GMT
I am trying to modify an ininventory count sheet.  I would like the final
column to read current inventory value, whether it be Monday or Friday.
So, if there is a # in A1, it display's that.  However if there is a # in
D12, it display's that...
Elkar - 16 Jun 2006 17:37 GMT
Try this:

=IF(D12<>"",D12,IF(A1<>"",A1,""))

This searches D12 first.  If D12 contains data, it is displayed.  If not, it
looks at A1.  If A1 contains data, it is displayed.  If neither contain data,
then nothing is displayed.

If you'd rather search A1 first, just switch the cell references in the
formula.

HTH,
Elkar

> I am trying to modify an ininventory count sheet.  I would like the final
> column to read current inventory value, whether it be Monday or Friday.
> So, if there is a # in A1, it display's that.  However if there is a # in
> D12, it display's that...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.