another simple one from me, folks. =( I have the table below. need assist with the last col. obviously this is financial data. last col needs to be cash that's avail to be taken out. tried using IF and AND, per title, but my formula workings is horrid. here's what i'm looking for:
- if purch avail < cash limit, cash avail = purch avail
- if cash limit = 0, cash avail = "n/a"
- if cash limit - cash bal < purch avail, cash avail = cash limit - cash bal
- if cash limit - cash bal > purch avail, cash avail = purch avail
I don't think i left anything out. you guys can probably tell what i'm doing at this point. didn't know how to put it into words. didn't want to write an essay. thanks.
Bookmarks