value1

  1. S

    Help with CHOOSE function

    CHOOSE function has syntax CHOOSE(index_num, value1, [value2], ...) I have 100s of values (text values) to deliver to CHOOSE function. Instead of typing all those values every time, I want to keep those values as defined name. I tried to define a name and handed overt to CHOOSE, but it...
  2. M

    Need macro for copying values from single column and pasting in multiple columns

    Hi All, I need macro for the below task. I need to copy each set of data under each header from column B to column D, column E, and so on. <colgroup><col span="2"></colgroup><tbody> Column A Column B Server1 Header1 Header2 Date1 Value1 Date2 Value2 Date3 Value3 Date4 Value4...
  3. J

    Hide multiple non contiguous Rows based on Dropdown List

    Hi, I'm a newbie in Excel. Could you help me to code for hidding rows that are non consecutives ? My cell A1 is a dropdown menu, with the choice between Value1 and Value2. I found this (adapted to be simple), wich is working : Private Sub Worksheet_Change(ByVal Target As Range) If Not...
  4. T

    What formula is required to find and add values from a matching data set?

    Hi, I was hoping someone could advise what formula can be used for my query? If I have a full list of unique data in Columns A & B, is there a formula I can use to match up Column A & C and then add the Value1 to the corresponding Value2 field? The first line is an example where by Value2 is...
  5. W

    Return value based on multiple tests

    Hi all This might be a simple request but I cant think of a neat way to do it. Lets say I have the following table A: <tbody> Attachment Name Value1 Value2 Value3 Value4 Value5 file1 10 15 20 0 50 file2 20 25 25 10 10 file3 25 50 50 5 0 </tbody> and table B...
  6. S

    Pq merge

    Hi, Assume I have two table to merge in power qurty SL Value 1 350 2 6545 4 64 6 654 7 464 SL Value 2 170 3 64 5 46 8 64 I tried FullOuter(All rows from both) result is SL Value Sum of Value 1 350 2 6545 170 4 64 6 654 7 464 174 I need SL Value Value1 1 350 2 6545...
  7. S

    Use Variable Names in Large Function (VBA)

    Dim Value1 As Double Dim Value2 As Double Dim Value3 As Double 'Example values Value1 = 1 Value2 = 2 Value3 = 3 How can i get the Largest value using the names of the variables? So something like: = Application.Large((Value1, Value2, Value,3), 1)
  8. M

    VBA dinamic vlookup table array based on if statement

    Hi there! I will be grateful for some help. I have WorkBook with 2 sheets in it. sheet 1 <colgroup><col><col><col span="2"></colgroup><tbody> name macro / vlookup result value1 value2 A J 11 4 42621 40 40 A J 11 4 42621 272 272 A J 11 4 42621 319 319 A J 11 4 42621 128 120 A J 13...
  9. L

    Compare two columns of values

    I have two columns with values that needs to be compared and difference values need to be printed in separate column. <tbody> value1 value2 difference apple,curd,milk orange,apple,water curd,milk,orange,water pen,paper,bag bag,paper,belt pen,belt </tbody> please help.
  10. D

    Delete all associated variables in a listbox items with same value

    Hello all. I'm sure this is possible but I think I may be venturing into arrays, which I don't have a lot of understanding of. I have a listbox that populates a range of values (Strings) from a sheet. Each string value has a unique value attributed to it, however there are only a handful of...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top