Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: VLookup based on multiple criteria possible?

Hi Frans Thanks for your compliment I will try to help out if I am able to. Answer 1: It is a bit difficult for me to explain ARRAY formulas as ...

8 years ago
Reply
RE: VLookup based on multiple criteria possible?

Hi Frans Sorry I attached the wrong file in the previous post. Please refer this one. I have added a 3rd method for you. Cheers Sunny

8 years ago
Reply
RE: VLookup based on multiple criteria possible?

Hi Hans See if this is what you are looking for. There are two suggestions. Suggestion (1) I made use of the row numbers that you already extrac...

8 years ago
Reply
RE: IF function with time

Try this =IF(A1<TIME(6,0,0),"Need","W/H") Sunny

8 years ago
Reply
RE: Populate dropdown list excluding nonblank cells

Hi abellon See if this is what you need. Basically I am using a formula to find which column (header) you selected and then using array formula...

8 years ago
Reply
RE: How to sort Pivot Tables by top 5 values with command button

Hi Hooi Thin As a workaround, you can try moving the SR Asset Serial Number field in your PivotTable row labels to the top. Click the Filter & ...

8 years ago
Forum
Reply
RE: Check days between dates even if date is null

Hi See if this is what you want. Sunny

8 years ago
Reply
RE: IF function

Try this =IF(OR(M2="",M2="void"),"",IF(M2-J2<=30,1,0)) Sunny

8 years ago
Reply
RE: Change User Data!

Hi RyujinLegacy See if this is what you wanted. Sunny

8 years ago
Forum
Reply
RE: description box

Very likely your data table name is not MosaiqManager but something else. Try renaming your data table to MosaiqManager

8 years ago
Forum
Reply
RE: description box

Hi melissa I assume you wanted a text box that can display more than one line. From the text box property, set Multiline to True To close the Us...

8 years ago
Forum
Reply
RE: Print workbook sheets based on data table

Hi Jacqueline Attached is the revised print to PDF file. It uses Data Validation to select the ID and then print. The second file is a utility t...

8 years ago
Forum
Reply
RE: VBA find file with criteria

Hi Learning2 You did ask that the macro to look into cell A1 so that's what I did. For example the cell A1 could be inputted with 1234*, B2 wou...

8 years ago
Forum
Reply
RE: Print workbook sheets based on data table

Hi Jacqueline See if this helps. I have added a macro that will print the required sheets for each student to individual PDF. It will read th...

8 years ago
Forum
Reply
RE: change time format

Hi mey Refer attachment. I basically need to extract the total hours from your time and convert the minutes portion to decimal. Since the hou...

8 years ago
Page 72 / 95