Tuesday, February 28, 2017
Friday, February 24, 2017
Tuesday, February 21, 2017
Query2. Find out Oldest Date based on a Condition
We have to find out oldest date with least time for a particular ID.
Scenario: We have a list which have some User IDs and their Sales time with dates. We have to find out oldest time for each User IDs which are highlighted.
See below image: I Have typed this formula:
"=MIN(IF($A$2:$A$13=A18,$D$2:$D$13))"
Press Ctrl+Shift+Enter, as this is an array function
Sunday, February 19, 2017
Thursday, February 16, 2017
Mathematical Functions
Count | Sum | Average | Max | Min | Large | Small
1. Count/CountA/CountBlank
The Count function counts the Numeric values in a range. In below example Count function (Cell B10) returns the value 5, which is count of numeric values in range B1:B8.
The CountA function counts the Numeric & Alphabetical values in a range. CountA function (Cell D10) returns the value 7, which is count of numeric and alphabetical values in range D1:D8.
The CountBlank function counts the Blank cells in a range. CountBlank function (Cell F10) returns the value 1, which is count of blank cells in range F1:F8.
Query1. Add 1 Row Between Each Name
This is the Query asked by Naren today...
Query: This is the name list, we have to insert 1 row between each Name
Tuesday, February 07, 2017
Text Functions
Concatenate
Syntax: =CONCATENATE(text1, [text2], ...)
Same way we can use "&" operator to concatenate two or more text strings.
Friday, February 03, 2017
Subscribe to:
Posts (Atom)
Blog Archive
-
▼
2017
(17)
-
▼
February
(11)
- Query3. Remove Special Characters from Name/String
- 3 Easy ways to get First Name from Name!
- Find last lookup value
- Query4. Ramji - Concatenate Unique assignments as ...
- Query2. Find out Oldest Date based on a Condition
- The Sum, SumIf, SumIfs Functions
- The Count, CountIf & CountIfs Function
- Mathematical Functions
- Query1. Add 1 Row Between Each Name
- Text Functions
- Vlookup for 1st,2nd,3rd,...Nth Value
-
▼
February
(11)