Dual Vlookup Function

Jan 15, 2010

[IMG]file:///C:/Users/Paul/AppData/Local/Temp/moz-screenshot.png[/IMG]I need a fairly simple formula (I think) I have this table in another worksheet. I would like to be able to input select from a list "integrity" in A1 and from another list select "20" in A2 and then in A3 this mythical formula (if A1 = Integrity and A2 = 20, then 120%) I suppose i could write a ridiculously large if,then statement but I was thinking more of using a duel vlookup function.

View 9 Replies


ADVERTISEMENT

Dual Function Command Button?

Apr 3, 2012

I can accomplish what I want with the "Spin Button", but I'd really like to use the command button instead...

Can the command button be used for 2 functions?

Right now, I have a Spin Button, that performs this function:
Private Sub SpinButton1_spinup()
Range("E11").Formula = "=c11"

[Code]...

Is there a way to have the Command Button perform the same function? Not very familiar with VBA...I'd even prefer to go with the "Check Box"...but frankly, I simply don't know enough about the command functions to make it work.

View 3 Replies View Related

Email Dual Sort & Find Macro - Triple Function

May 20, 2008

I'm looking for a macro that can sort emails by 2 very distinct ways, with 1 special find function as well. Not too much eh? ........

View 9 Replies View Related

Nesting Index / Match Function Within Vlookup Function?

Dec 3, 2013

let me start by saying that I know an example workbook would be useful here, but the part I'm struggling with is the [managementroster.xlsm] file, and there is A. no way I can release it to the internets and B. its so huge/complicated I couldn't even begin to reproduce a portion of it, scrubbed of data, and hope to maintain its functionality in a meaningful manner.

[Code]....

This formula checks a staff number on this spreadsheet, and then goes and looks at the staff number on the roster. Once found, it returns that staff members roster, but changes any manager codes in the MRC list to Mgr, and changes all other roster codes to Free.

I now need this formula, before altering roster codes to Mgr or Free, to only return codes that are a match for another table (or after really. I don't particularly care, so long as only codes are shown that match data from another table). I think an index/match function would do the trick, but this forumula is already at the edge of my excel ability, nesting another function within it is completey beyond me. The relevant cells for the index/match function would be:

This first Match function targets the column. $E3 is the date required, $BA$1:$DN$1 is the range the dates are entered in
Match: Lookup value = $E3
Lookup array = '[ManagementRoster.xlsm]Vacancies!'$BA$1:$DN$1
match type = 0

This second Match function targets the row. $A$4 is the department name, $B$434:$B$452 is the range where all departments are entered

Match: Lookup value = $A$4
Lookup Array = '[ManagementRoster.xlsm]Vacancies!'$B$434:$B$452
match type = 0

Index: array = $BA$434:$DN$452

So I think my final function is

[Code] .....

But I have absolutely NO idea where it would fit within my first formula, or how to code it so that my original formula only reproduces results that are found in both sheets, or anything.

View 2 Replies View Related

Dual Formatting For Cells?

Sep 15, 2014

I know how to format a cell so that if I type 5 it will say: 5 SF And then in another cell if I type 15, it will say: 15 Units

Is there any way possible to format a cell so that if I type (its actually calculated via formulas) these two numbers in one cell that it will format them both?

EXAMPLE: One cell that has 5, 15 will read: 5 SF and 15 Units

View 6 Replies View Related

Dual Formula In One Cell?

May 13, 2009

I have a spreadsheet, in columns A & B are some numbers. I'm subtracting B from A - =sum(b1-a1) in column C. Can a formula be written, if the sum is equal or greater than 8, it will display 1? If the sum is 7 or less, it will display the sum. Or, does this need to be in a different column?

View 2 Replies View Related

VBA - IE Sessions On Dual Monitors

Jan 15, 2014

I want VBA to open two separate sessions of IE on two separate displays.

I have not been able get the display part to work and not finding anything so i am not sure if i need separate sessions but would like to do so to be safe (doing it manually on the computers using i have to have separate sessions of IE to do full screen on the two monitors).

current code: (this opens two IE windows on full screen on the default monitor)

Code:
Sub Test()

Dim objIE As Object

Set objIE = CreateObject("InternetExplorer.Application")
objIE.Visible = True

[Code] .........

View 9 Replies View Related

Dual Formulas In A Cell

Aug 17, 2009

One formula is already present in the cell to show a value or date. I also want to use a formula to populate the cell with a comment from the contents of another cell.

I know the individual formulas, but just need to know how I can use both of them to show the results in the same cell.

View 9 Replies View Related

Dual Headings Match

Jun 21, 2007

TAKING A BIT FURTHER THE POST Find Min Value In Multiple Columns And Match The Header

Here's my problem: I am trying to find the MIN value in a column with dual headings and match the corresponding product which makes my formula with three criteria.

see the attachment to see the structure of the tables and further explanation.

View 4 Replies View Related

Dual Axis Chart

Jul 31, 2007

How can I turn this into a dual axis chart whereby it shows the number of current stores open (like it does right now) as a bar chart. But also as a line chart shows the store potential (%) - so for example, PSUN has 960 current stores and has a 96% store penetration rate.

View 9 Replies View Related

Vlookup Function Together With An Offset Function

Oct 26, 2008

I am trying to use the vlookup function together with an offset function but i am not getting it to work properly.

The situation is as follows:

I have a column E in which i use the vlookup function to find its corresponding value in B which in turn refers to a named range. However, the figure i want the function to return is 2 columns to the right and 2 rows above the value which the vlookup funtion finds in the first column.

I have though of using the offset function, but i cannot figure out how to make this work.

View 8 Replies View Related

Dual Condition Lookup Over 20000 Rows

Apr 30, 2009

I have a 20000-row sheet generated by a daily report and I only want to work with about a quarter of this data; any rows that contain "PH4" in the M column. What's the best way to automatically single out this data to work with?

My initial solution was to create a seperate sheet to pull off all the columns with PH4 in the M cell, eg cell A8 would be:

=IF([WEB_StoSta_Rep.xls]Sheet1!$M8="PH4",[WEB_StoSta_Rep.xls]Sheet1!A8,"")

Then I could run lookups off that sheet. However, this feels like a sloppy solution to me, and Excel throws up an error when saving, unable to save external link values with available resources. Is there a better way of going about this?

View 10 Replies View Related

VBA Display Both Screen Resolutions For Dual Monitors?

Jun 26, 2014

I am trying to create a macro that checks and displays the screen resolution for both the Main monitor and the secondary monitor.

Currently I have this code that displays the resolution on the main screen only:

Declare PtrSafe Function GetSystemMetrics32 Lib "User32" _
Alias "GetSystemMetrics" (ByVal nIndex As Long) As Long
Sub ScreenRes()
Dim lResWidth As Long
Dim lResHeight As Long
Dim sRes As String
lResWidth = GetSystemMetrics32(0)
lResHeight = GetSystemMetrics32(1)
sRes = lResWidth & "x" & lResHeight
MsgBox sRes
End Sub

However I want to then display another message with the secondary display's resolution (or on the same message box).

View 9 Replies View Related

Dual-Condition Row Auto-Delete Macro

Jul 10, 2008

I browsed the first few pages of searching for "row delete macro" and couldn't find anything that suited my needs very much, so here goes:

What I need to do is automatically delete rows where the entries in column B (date) and column E (string) are the same. It is a very large group of data, so filtering is not exacly an option here.

Here is the twist on it...

I have a column F that contains either "Accepted-Active" or "Accepted-Closed". If I delete a bunch of rows that contain the same column B and E entries, I want to save the row that contains "Accepted-Closed", otherwise I don't particularly care which of the rows is saved.

View 9 Replies View Related

Dual Data Validation Dropdown Lists

Sep 1, 2009

I'm trying to create a cell with multiple dropdown lists in E4 depending on a value from another drop down list in B4. Both E4 dropdown lists are named cell ranges RV_MECHANISM and VALVE_OPERATING_MECHANISM_TYPE. I know how to do this in Data Validation using an IF formula, however, that's not quite "bullet proof" or "idiot proof" enough.

I'm attempting to create a macro to load only the appropriate dropdown list in E4 as called for by B4.

I recorded the Data Validation dropdown lists using the macro recorder, then searched through all appropriate posts I could find at MrExcel and attempted to write the appropriate macro code as follows;

Sub RVorMECHTYPE()
With Selection.Validation
.Delete
.Add Type:=xlValidateList
If Range("$B$4").Value = "RV" Then
ValList.RV_MECHANISM
Else
ValList.VALVE_OPERATING_MECHANISM_TYPE
End With

Range("E4").Select

End If
End Sub

Compile error: End With without With

That's as close as I can get ... can one of you kind souls direct my macro coding paths and offer up the correct code for accomplishing this task.

View 9 Replies View Related

Extract Column From Table With Dual Headings

Nov 19, 2006

What is the best way to filter a list of data with dual headers, using both those headers as the filter criteria? I’d like to extract 1 column of data to copy to another location using something like Advanced Filter to select 2 criteria ( Upper header and Lower header), and copy the one column with the matching header values.
The worksheet has the following peculiarities:

- 2-row headers
- Top row headers (main categories) are merged, spanning several columns (I can un- merge if necessary)
- Bottom row headers are sub-categories and have repeating names

Although the top headers are merged and the bottom headers have repeating names, each of the 2 headers combined creates unique labels for each column.

View 3 Replies View Related

Excel 2010 :: View Same Workbook On Dual Monitors

Apr 9, 2014

I believe that someone showed me once that you could view the same workbook on two monitors with the vien arrange all mode, you could make changes on both screens and the changes would be saved to the same file similar to arranging two views. I cannot rememebr how to do this or even if it is possible.

View 5 Replies View Related

Dual Monitors - Open PDF File And Push To 2nd Monitor?

Sep 26, 2013

I know what i need to do to get it to open the file I want. I dont know how I set the position of a file that i am opening. In this case a .pdf file.

I have searched and came up with a lot of info for userforms, but I am not working with a userform in this case.

View 1 Replies View Related

Force Splash Page To Show On 1 Of 2 Dual Monitors

Feb 3, 2008

I have a splash page I created and I work on dual screen monitors. Typically I have Excel open on the left monitor and my VBA window (alt-F11) open on the right. If I close my Excel workbook and reopen it, the splash page will always open on the screen that had the VBA window on last. In my case Excel opens on the left monitor and the splash page shows up on the right window. I would like to have the splash page open on the side that Excel opens on (in my case the left side). Wondering if there is some VBA code I can add in my splash page code that would allow me to override this default setting?

View 2 Replies View Related

How To Use Mid Function In VLookup

Sep 9, 2009

Using the Mid function in Vlookup. I want to get the mid of the value which i get using vlookup.

Example: if my Vlookup gives the value as "GSC 03-Parts & Service Systems-GSMS-Test " i want to use the mid function to get the a new value as 03.

I'm using the below code :

[Code] ....

Attached File : VlookMid.xls‎

View 5 Replies View Related

Use Mid Function In Vlookup

Sep 9, 2009

using the Mid function in Vlookup. I want to get the mid of the value which i get using vlookup. Example: if my Vlookup gives the value as "GSC 03-Parts & Service Systems-GSMS-Test " i want to use the mid function to get the a new value as 03. I'm using the below

View 3 Replies View Related

Vlookup Function

Oct 23, 2009

vlookup function. find whats wrong with my code

View 3 Replies View Related

Vlookup With If Function

Jan 25, 2009

IF(ISNA(VLOOKUP(E24;Sheet1!$A$6:$N$25000;10;FALSE))=0;"NOT FOUND";"FOUND")


This Formula doesnt seem to work, it shows me either every row with found or not found..

If there is a match to E24 in other sheet and has a value in column 10 it should say found otherwise not found.

View 11 Replies View Related

Using If Function And VLookup

Jul 18, 2012

How do I use excel to refer one cell as a constant value while the second cell varries as the cell value changes along multiple sheets.

View 7 Replies View Related

Using Vlookup On Trim Function

May 1, 2014

I'm taking 3 very different reports and consolidating them into one manageable readable form. Only problem is that no 1 report has the same info. I've created a key to form pick up the same information that is read differently. As my spreadsheet grows so do the formula issues. I've had one report that has been the biggest pain to break apart. It takes several things and consolidates them, ex: big 2014 girl - dog 20145

I'm using a trim formula to read the last 5 digits that is the only consistent part of the string. =right(J3,5) to trim what i need to read (20145). this formula works. I'm than trying to preform a Vlookup based on what is returned from the trim. The trim number is located in a separate tab as the "key" 20145 = golden Labradors. formula for vlookup that works by itself, but throws up a blank cell when i point it to the trim cell.

=iferror(vlookup($A2,Info!A:ZZ,2,False)" ")

$A2 = the info 20145 from the trim
Info! = is the tab with my 20145 = golden Labradors
A:ZZ = the range in which i need it to find 20145
2 = the second column where it should find 20145 = golden Labradors
False = exact match.

Why my formulas work separately but not when used together? The Vlookup will work if I type in the number 20145. I don't want to type 20145 anymore. I want to use the trim and have the vlookup notice the number pulled from the trim.

View 2 Replies View Related

Using INDIRECT Function For VLOOKUP?

May 8, 2014

I am having issues using the INDIRECT function to lookup data from a sheet with the same name as that appearing in a given cell. For example, in cell D27 i have the text "S1_358_810" (Not including quotations). I also have a sheet named "S1_358_810". My formula is as follows;

Formula:

[Code] .....

However this is returning #N/A. There is a list of numbers in sheet S1_358_810 in column N and from that I want the value in column Q (thus 17).

View 11 Replies View Related

Summing In A VLOOKUP Function

Dec 17, 2008

I have a vlookup function that is looking up a range of cells. I would like it to look in the range and then sum up all of the values that meet the criteria. At the moment it will only bring back the value of the first match it finds in the range, I would like it to bring back the sum of all the values it finds in the range, is this possible? Example:

Vlookup(Jan-08,$a3:$c$7,column 4 values, 0), if Jan-08 is listed in the range more than once, I would like it to add up all the values in column 4 that match.

View 4 Replies View Related

VLOOKUP W/ LEFT Function

Dec 7, 2009

Function sequence giving me "N/A": =VLOOKUP(LEFT(C6,5),H:I,2,FALSE)

Basically, I have numbers that each start with a unique sequence. The first 5 numbers of that sequence represent a certain cell carrier.

What I want to do is have the function look up the first 5 characters of a cell and depending on the 5 characters, I want it to return a certain value.

My idea with the vlookup was to have the lookup value be the first 5 digits and then in my table, it would take only those 5 digits and return a value I have specified in the second column.

View 10 Replies View Related

VLOOKUP Or INDEX Function?

Jan 27, 2010

I tried with the VLookup, and HLookup and neither one worked for me. I have a reference table with all the data, and then input sheet where I want to bring this data by using one of the excel function. ie. When I enter office name on the top of the input page, I would like the Tax ID # in cell C3 to fill in using the excel function from the data on the reference tab. Same with cell C14 & C15. see attached for an example.

View 5 Replies View Related

VBA - VLookUp Function In One Userform

Aug 14, 2014

See attached file for my sample workbook.

What I would want to happen is that I want to be able to use Vlook up by using the Value of the Textbox1 in the Info form and place the vlookup result in the fnameresult box.

Data are in Nickname sheet A:B

test template.xlsm

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved