Forum

Lionel Baijot
@questvba
Estimable Member
Joined: Sep 9, 2020
Topics: 8 / Replies: 117
Reply
RE: Change shape color based on another cell value

Hello Riste Chaushev, It is not a Change but a Calculate that must be used. Test with this : Private Sub Worksheet_Calculate() Dim target As ...

4 years ago
Forum
Reply
RE: Validation data and add up based on criteria

Hi Bandi Maha. Here is an example based on what I understand. I work with 4 named ranges, two cascading validation lists and an INDEX formula to...

4 years ago
Reply
RE: Date format issue

Hi, Shardul Nikam, As you can see, the problem only occurs for the first 12 days of the month. This is normal because this is when there could be a do...

4 years ago
Reply
RE: comparison data between 2A and 3A

Hi DIPAK UNDHAD, I think we need more information to respond effectively to this demand. OK, there is a comparison to be made but then what should ...

4 years ago
Reply
RE: If Function

Hi Nehal Halai, This is a very good question but the solution may be different depending on your data, the structure of your file. Could you attach a...

5 years ago
Topic
Forum
Replies: 1
Views: 84
Reply
RE: Formula that refers to text

Hi Katherine, Another way : =IF(RIGHT(A5,LEN(A5)-1)+0<=16,6,7) If you want to retrieve all the characters of a cell except the first one, yo...

5 years ago
Reply
RE: Update cell value

Hi James Austine, There are several ways to do this. Do you already have a file so that we know how your data is arranged?

5 years ago
Reply
RE: search multiple sheets, return multiple values

With a small adaptation of the Purfleet code 😉 ... LastRow = Range("B1").End(xlDown).Row Sheets("MAIN SEARCH").Range("B2:B" & LastRow).C...

5 years ago
Reply
RE: Lookup value from a range

Hi Nitin Shukla, Here is a solution BR, Lionel

5 years ago
Reply
RE: Remove Empty Rows Above Data

Hi Reehan Saeed, I also think that the Pivot Table is the best solution. Using formulas of this type is - sooner or later - going to have problems; re...

5 years ago
Reply
RE: How to get count of the names by month related to Accommodation Entry and Departure Date

Hello Aye, I' m joining you the file with a formula. Warning, it' s a matrix formula to be validated with CTRL SHIFT ENTER.

5 years ago
Reply
RE: How to sort multiple columns?

Hi Bob, I opened your file in which there was already a macro. So I did the same thing (Mod_Sorting). I put the file with the macro. What does the ...

5 years ago
Page 8 / 9