Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-07-2014, 07:18 AM
bremen22 bremen22 is offline if formula that points to a cell with a drop down Windows 7 64bit if formula that points to a cell with a drop down Office 2010 64bit
Advanced Beginner
if formula that points to a cell with a drop down
 
Join Date: Jul 2013
Posts: 44
bremen22 is on a distinguished road
Default if formula that points to a cell with a drop down

On sheet of a work book I have column C set up to perform a data validation and users must select from a drop down. I am trying to write an if statement that keys off of what is selected in the drop down.

my formula is

Code:
=IF(C2="A", (Sheet4!J1), IF(C2="B", (Sheet4!J2), IF(C2="C",(Sheet4!J3), IF(C2="D",(Sheet4!J4), ""))))
However i can not see any of the data that has been entered in Sheet 4
Reply With Quote
  #2  
Old 02-07-2014, 08:02 AM
bremen22 bremen22 is offline if formula that points to a cell with a drop down Windows 7 64bit if formula that points to a cell with a drop down Office 2010 64bit
Advanced Beginner
if formula that points to a cell with a drop down
 
Join Date: Jul 2013
Posts: 44
bremen22 is on a distinguished road
Default

I'm an idiot. As I looked at it more closely I found that my parentheses around the "A" need to be removed.

I need to call it for today
Reply With Quote
  #3  
Old 02-08-2014, 06:22 AM
Kevin@Radstock Kevin@Radstock is offline if formula that points to a cell with a drop down Windows 8 if formula that points to a cell with a drop down Office 2013
Office 365
 
Join Date: Feb 2012
Posts: 94
Kevin@Radstock is on a distinguished road
Default

Or use the LOOKUP function.

=INDIRECT("Sheet4!"&LOOKUP(C2,{"A","J1";"B","J2";" C","J3";"D","J4"}))
Or if you have a table in say U1:V4
=INDIRECT("Sheet4!"&LOOKUP(C2,U1:V4))
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
if formula that points to a cell with a drop down Formula in cell b1 using cell a1 if a1 is over certain number pumkinbug87 Excel 5 12-03-2013 12:34 PM
Change formula cell range based on cell value Scoth Excel 4 10-25-2012 07:51 AM
Edit Points in Curve: MS Office changes points properties itself, without my action. Sergey SPb PowerPoint 0 08-27-2012 05:33 AM
Chosen option of drop-down changes another cell content Weed Word 1 01-26-2012 02:44 PM
Drop down box in a cell Grapejuice Excel 0 10-22-2007 07:40 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:01 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft