henry g
Active Member
Joined: Feb 24, 2021
Follow
RE: Sorting by Financial Year and then month within that year
Thank you Mynda, that would do it. On this occasion, a custom list was my best solution. Henry
4 years ago
Forum
Forum
Replies: 2
Views: 179
RE: = Excel.CurrentWorkbook() problem catastrophic error
Hi Mynda I don't know why it didn't occur to me before, but I tried looking at a copy of the file on my laptop last night; and no problem! It was a...
4 years ago
Forum
RE: = Excel.CurrentWorkbook() problem catastrophic error
Thank you Mynda, I have done that and also included the full error message. And thank you also for the lesson in the first place, as well as all th...
4 years ago
Forum
RE: Help with a formula
Sorry, works for me, and I can't imagine why it doesn't for you. Did you copy and paste the formulas? Do all the cells F3:J3 contain numbers?
4 years ago
RE: Help with a formula
try in M3 =if(L3=0,(F3+G3+H3+J3)*0.15,"") or =if(L3=0,sum(F3:J3)*0.15,"") assuming you want the result of the summation multiplied by .15 as oppose...
4 years ago
Forum
Replies: 5
Views: 165