Forum

Anders Sehlstedt
Anders Sehlstedt
@sehlsan
Prominent Member
Joined: Dec 7, 2016
Last seen: Jul 6, 2025
Topics: 8 / Replies: 969
Reply
RE: Earliest and Latest Time by Day (and Place)

Hello, For a formula based solution it is of course easier if you split up the dates and times to helper columns, then you easily can use the MINIF...

4 years ago
Reply
RE: Lease formula - same monthly payment except for month 5 different payment

Hello Jaginder, In my opinion I think you should go with a rebuild of your data. The idea you have to gather all loans into one table/sheet is corr...

4 years ago
Reply
RE: Append data to an existing workbook form Service now data

Hello Tony, Why don't you simply create a report in ServiceNow? I assume your exports comes from the Incident Management system from ServiceNow ITS...

4 years ago
Reply
RE: Merge files and Replicate Multiple Records for Each Unique ID

Hello Sherry, I am glad I could be of help. Sometimes we tend to miss the simple solutions just because we think it must be more difficult than so....

4 years ago
Forum
Reply
RE: if any cell between D3 to W3 is filled w/ GREEN, cell B3 will be auto filled w/ GREEN.

Hello, If you want to create a formatting rule based on other cell values than the cells you want to format, you need to create a rule using a form...

4 years ago
Reply
RE: Lease formula - same monthly payment except for month 5 different payment

Hello Jaginder, Welcome to MOTH. Please describe your issue in detail, what is it that you need help with? It might seem obvious for you, but fo...

4 years ago
Reply
RE: Count no. of days between two dates on a row but reduce if criteria meets and immediate row above has the the same second date as the first date of the second row

Hello, Sorry, no file attached. If you’re having problem with getting correct results using AND / OR logic then perhaps this article can give you s...

4 years ago
Reply
RE: power query - Import / export data from same source.

Hello, It has gone several years now since I worked with Salesforce, so my answer is based on what I got to learn back then. No, Power Query onl...

4 years ago
Forum
Reply
RE: Merge files and Replicate Multiple Records for Each Unique ID

Hello, Something in line with this result perhaps? In Power Query, add a custom column as a new step to your tbl_2396 query and add following fo...

4 years ago
Forum
Reply
RE: Excel Question

Hello, The best training is of course to familiarize with the system, learning what can and can’t be done. There are lots of books and courses, som...

4 years ago
Reply
RE: Automatic percentage calculation of value but in the same cell value being entered

Hello, You need to play around creating some conditional rules to control what custom number format should be applied. I wonder of what good usage ...

4 years ago
Reply
RE: Count no. of days between two dates on a row but reduce if criteria meets and immediate row above has the the same second date as the first date of the second row

Hello, See attached, if this is not the result you want then please give an example. I used the same formula as provided earlier. Br, Anders

4 years ago
Reply
RE: Count no. of days between two dates on a row but reduce if criteria meets and immediate row above has the the same second date as the first date of the second row

Hello, You can use following formula to get what you want. =IF(AND(I8=I9,I9="Yes",B9=C8),(C9-B9)-1, IF(AND(I8=I9;I9="No"),NA(),C9-B9)) Br, An...

4 years ago
Page 18 / 66